diff options
Diffstat (limited to 'src/common/torint.h')
-rw-r--r-- | src/common/torint.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/common/torint.h b/src/common/torint.h index d3efe62122..c80404a468 100644 --- a/src/common/torint.h +++ b/src/common/torint.h @@ -152,5 +152,12 @@ typedef unsigned __int64 uint64_t; #error "Missing type uint64_t" #endif - #endif /* __TORINT_H */ + +/* + Local Variables: + mode:c + indent-tabs-mode:nil + c-basic-offset:2 + End: +*/ |