summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/marshal.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-02 16:49:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-02 16:49:28 +0100
commitbc09ec8dee49637492f1b5e2f65f83dc1bb29fa6 (patch)
tree1b24fc3974d1dc6176654164edb1da0d351c4618 /binaryurp/source/marshal.cxx
parentround allocated struct return space to sizeof(size_t) (diff)
downloadcore-bc09ec8dee49637492f1b5e2f65f83dc1bb29fa6.tar.gz
core-bc09ec8dee49637492f1b5e2f65f83dc1bb29fa6.zip
add mode lines to new files
Diffstat (limited to 'binaryurp/source/marshal.cxx')
-rw-r--r--binaryurp/source/marshal.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryurp/source/marshal.cxx b/binaryurp/source/marshal.cxx
index ce520382efac..e679ee1dd86e 100644
--- a/binaryurp/source/marshal.cxx
+++ b/binaryurp/source/marshal.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.
@@ -312,3 +313,5 @@ void Marshal::writeMemberValues(
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */