summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java')
-rw-r--r--odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java b/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java
index 932747cbef51..1f678b3071f1 100644
--- a/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java
+++ b/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java
@@ -1,3 +1,4 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -127,3 +128,5 @@ public class FillAndLineStyleDemo
System.exit( 0 );
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */