From bc09ec8dee49637492f1b5e2f65f83dc1bb29fa6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 2 Jun 2011 16:49:28 +0100 Subject: add mode lines to new files --- binaryurp/source/marshal.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binaryurp/source/marshal.cxx') 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: */ -- cgit