diff options
Diffstat (limited to 'binaryurp/source/unmarshal.cxx')
-rw-r--r--[-rwxr-xr-x] | binaryurp/source/unmarshal.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryurp/source/unmarshal.cxx b/binaryurp/source/unmarshal.cxx index 62f8683e3..490954eac 100755..100644 --- a/binaryurp/source/unmarshal.cxx +++ b/binaryurp/source/unmarshal.cxx @@ -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. @@ -561,3 +562,5 @@ void Unmarshal::readMemberValues( } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |