diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-02 16:49:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-02 16:49:28 +0100 |
commit | bc09ec8dee49637492f1b5e2f65f83dc1bb29fa6 (patch) | |
tree | 1b24fc3974d1dc6176654164edb1da0d351c4618 /binaryurp/source/outgoingrequests.cxx | |
parent | ac9fcba54aa2a6b4378ec1841ccb16a53d294453 (diff) |
add mode lines to new files
Diffstat (limited to 'binaryurp/source/outgoingrequests.cxx')
-rw-r--r-- | binaryurp/source/outgoingrequests.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryurp/source/outgoingrequests.cxx b/binaryurp/source/outgoingrequests.cxx index 388b7755466f..9ea1808100fa 100644 --- a/binaryurp/source/outgoingrequests.cxx +++ b/binaryurp/source/outgoingrequests.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. @@ -78,3 +79,5 @@ void OutgoingRequests::pop(rtl::ByteSequence const & tid) throw () { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |