summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/OGLTrans/mac/OGLTrans_Shaders.m
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/OGLTrans/mac/OGLTrans_Shaders.m')
-rw-r--r--slideshow/source/engine/OGLTrans/mac/OGLTrans_Shaders.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_Shaders.m b/slideshow/source/engine/OGLTrans/mac/OGLTrans_Shaders.m
index 87fdaf3d417b..077114245f17 100644
--- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_Shaders.m
+++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_Shaders.m
@@ -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.
@@ -229,3 +230,5 @@ NSBitmapImageRep *LoadImage(NSString *path, int shouldFlipVertical)
return bitmapimagerep;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */