diff options
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/UNO.java')
-rw-r--r-- | odk/examples/DevelopersGuide/Forms/UNO.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/UNO.java b/odk/examples/DevelopersGuide/Forms/UNO.java index 78fbab363e2a..f2e6fc611615 100644 --- a/odk/examples/DevelopersGuide/Forms/UNO.java +++ b/odk/examples/DevelopersGuide/Forms/UNO.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 @@ -84,3 +85,5 @@ public class UNO } */ } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |