diff options
Diffstat (limited to 'binaryurp/source/proxy.cxx')
-rw-r--r-- | binaryurp/source/proxy.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryurp/source/proxy.cxx b/binaryurp/source/proxy.cxx index 876199e7b..3d97e19e0 100644 --- a/binaryurp/source/proxy.cxx +++ b/binaryurp/source/proxy.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. @@ -258,3 +259,5 @@ bool Proxy::isProxy( } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |