summaryrefslogtreecommitdiff
path: root/raa.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-19 23:19:20 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-19 23:19:20 -0700
commit76cbaa4b2e433ed78031dc75ae1b3183867c55ab (patch)
tree303da3900d2d96595e0e3434a4b88078a39191f6 /raa.h
parent3c7e6b396fea0fdcc4222454788cc3ff668d368c (diff)
downloadnasm-76cbaa4b2e433ed78031dc75ae1b3183867c55ab.tar.gz
nasm-76cbaa4b2e433ed78031dc75ae1b3183867c55ab.tar.bz2
nasm-76cbaa4b2e433ed78031dc75ae1b3183867c55ab.zip
raa: clean up indentation
Clean up in indentation in the RAA code.
Diffstat (limited to 'raa.h')
-rw-r--r--raa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/raa.h b/raa.h
index 665e728..c760f9a 100644
--- a/raa.h
+++ b/raa.h
@@ -9,9 +9,9 @@
* chunk.
*/
-#define RAA_BLKSHIFT 15 /* 2**this many longs allocated at once */
+#define RAA_BLKSHIFT 15 /* 2**this many longs allocated at once */
#define RAA_BLKSIZE (1 << RAA_BLKSHIFT)
-#define RAA_LAYERSHIFT 15 /* 2**this many _pointers_ allocated */
+#define RAA_LAYERSHIFT 15 /* 2**this many _pointers_ allocated */
#define RAA_LAYERSIZE (1 << RAA_LAYERSHIFT)
typedef struct RAA RAA;
@@ -53,4 +53,4 @@ void raa_free(struct RAA *);
int64_t raa_read(struct RAA *, int32_t);
struct RAA *raa_write(struct RAA *r, int32_t posn, int64_t value);
-#endif /* NASM_RAA_H */
+#endif /* NASM_RAA_H */