diff options
Diffstat (limited to 'registry/workben/test.cxx')
-rw-r--r-- | registry/workben/test.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/registry/workben/test.cxx b/registry/workben/test.cxx index 6b273d1a6..70d1296fe 100644 --- a/registry/workben/test.cxx +++ b/registry/workben/test.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. @@ -30,7 +31,7 @@ #include <stdio.h> -#if (defined UNX) || (defined OS2) +#if (defined UNX) int main() #else int _cdecl main() @@ -52,3 +53,4 @@ int _cdecl main() } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |