summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/bitary.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-07-29 21:30:31 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-07-31 04:12:23 +0200
commit5e2a970f1475e397300623dae72b4f85106d5d93 (patch)
treef785dc874b8f69920e2575012a511fdd383f8cdd /crawl-ref/source/bitary.h
parentf13214863725794c6f0749fd66f93c62b657f7ca (diff)
downloadcrawl-ref-5e2a970f1475e397300623dae72b4f85106d5d93.tar.gz
crawl-ref-5e2a970f1475e397300623dae72b4f85106d5d93.zip
Indendation & brace fixes.
Diffstat (limited to 'crawl-ref/source/bitary.h')
-rw-r--r--crawl-ref/source/bitary.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/crawl-ref/source/bitary.h b/crawl-ref/source/bitary.h
index 5190365bbc..4fd7e2f1f0 100644
--- a/crawl-ref/source/bitary.h
+++ b/crawl-ref/source/bitary.h
@@ -94,9 +94,7 @@ public:
{
data.reset();
if (value)
- {
- data.flip();
- }
+ data.flip();
}
};
@@ -114,9 +112,7 @@ public:
{
data.reset();
if (def)
- {
data.flip();
- }
}
FixedBitArray()