summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/a11y/aqua11yfocustracker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/aqua/source/a11y/aqua11yfocustracker.cxx')
-rw-r--r--vcl/aqua/source/a11y/aqua11yfocustracker.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/aqua/source/a11y/aqua11yfocustracker.cxx b/vcl/aqua/source/a11y/aqua11yfocustracker.cxx
index 2a8ebb39bd80..f4b5393c7e8f 100644
--- a/vcl/aqua/source/a11y/aqua11yfocustracker.cxx
+++ b/vcl/aqua/source/a11y/aqua11yfocustracker.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.
@@ -276,3 +277,5 @@ void AquaA11yFocusTracker::window_got_focus(Window *pWindow)
#endif
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */