diff options
Diffstat (limited to 'binaryurp/source/lessoperators.hxx')
-rw-r--r-- | binaryurp/source/lessoperators.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryurp/source/lessoperators.hxx b/binaryurp/source/lessoperators.hxx index 014f0f4d5..1fa0e9222 100644 --- a/binaryurp/source/lessoperators.hxx +++ b/binaryurp/source/lessoperators.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. @@ -48,3 +49,5 @@ bool operator <(ByteSequence const & left, ByteSequence const & right); } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |