diff options
Diffstat (limited to 'package/inc/CRC32.hxx')
-rw-r--r-- | package/inc/CRC32.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/inc/CRC32.hxx b/package/inc/CRC32.hxx index b8de389c8721..cb3c75e41685 100644 --- a/package/inc/CRC32.hxx +++ b/package/inc/CRC32.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -54,3 +55,5 @@ public: }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |