summaryrefslogtreecommitdiff
path: root/package/inc/EncryptionData.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc/EncryptionData.hxx')
-rw-r--r--package/inc/EncryptionData.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/inc/EncryptionData.hxx b/package/inc/EncryptionData.hxx
index 66d74f739b9c..ab2a658208c9 100644
--- a/package/inc/EncryptionData.hxx
+++ b/package/inc/EncryptionData.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.
@@ -41,3 +42,5 @@ public:
EncryptionData(): nIterationCount ( 0 ){}
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */