summaryrefslogtreecommitdiffstats
path: root/tools/source/fsys/filecopy.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/fsys/filecopy.cxx')
-rw-r--r--tools/source/fsys/filecopy.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/source/fsys/filecopy.cxx b/tools/source/fsys/filecopy.cxx
index 62d361aa4af4..c846abefa8d2 100644
--- a/tools/source/fsys/filecopy.cxx
+++ b/tools/source/fsys/filecopy.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.
@@ -484,3 +485,5 @@ FSysError FileCopier::ExecuteExact( FSysAction nActions, FSysExact eExact )
// recursive copy
return DoCopy_Impl( aAbsSource, aAbsTarget );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */