diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-13 21:51:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-14 15:31:44 +0100 |
commit | 9b5d883faeed10440175009e3b8bf1728381d0e3 (patch) | |
tree | 98a913dc530ed0bbb1d6d154708d7c8b934d73c0 /vcl/source/control/throbber.cxx | |
parent | 785b4c2f48de177974bf05d215ba6fe350598952 (diff) |
add missing mode-lines
Diffstat (limited to 'vcl/source/control/throbber.cxx')
-rw-r--r-- | vcl/source/control/throbber.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/control/throbber.cxx b/vcl/source/control/throbber.cxx index a55fdb3eb379..4aa456c1ddcf 100644 --- a/vcl/source/control/throbber.cxx +++ b/vcl/source/control/throbber.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. @@ -323,3 +324,5 @@ IMPL_LINK( Throbber, TimeOutHdl, void*, EMPTYARG ) return 0; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |