diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/System/Path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp index 93c1e0a..fd7fd4f 100644 --- a/lib/System/Path.cpp +++ b/lib/System/Path.cpp @@ -36,4 +36,4 @@ Path::is_directory() const { // Include the truly platform-specific parts of this class. #include "platform/Path.cpp" -// vim: sw=2 +// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab |