summaryrefslogtreecommitdiffstats
path: root/extensions/source/scanner/sane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/scanner/sane.cxx')
-rw-r--r--extensions/source/scanner/sane.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/scanner/sane.cxx b/extensions/source/scanner/sane.cxx
index 43c50e6f8451..0c27389de2e4 100644
--- a/extensions/source/scanner/sane.cxx
+++ b/extensions/source/scanner/sane.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.
@@ -1002,3 +1003,5 @@ BOOL Sane::ActivateButtonOption( int n )
return FALSE;
return TRUE;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */