summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_bitmapcanvashelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/directx/dx_bitmapcanvashelper.cxx')
-rw-r--r--canvas/source/directx/dx_bitmapcanvashelper.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/canvas/source/directx/dx_bitmapcanvashelper.cxx b/canvas/source/directx/dx_bitmapcanvashelper.cxx
index 860b56401873..997f2eac24a6 100644
--- a/canvas/source/directx/dx_bitmapcanvashelper.cxx
+++ b/canvas/source/directx/dx_bitmapcanvashelper.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.
@@ -244,3 +245,5 @@ namespace dxcanvas
return mpTarget ? mpTarget->hasAlpha() : false;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */