diff options
Diffstat (limited to 'languages/cpp/bithelpers.h')
-rw-r--r-- | languages/cpp/bithelpers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/languages/cpp/bithelpers.h b/languages/cpp/bithelpers.h index 3cb74420..c1aec8a8 100644 --- a/languages/cpp/bithelpers.h +++ b/languages/cpp/bithelpers.h @@ -33,5 +33,3 @@ inline Type bitInvert( Type val ) { } } #endif -// kate: indent-mode csands; tab-width 4; - |