summaryrefslogtreecommitdiff
path: root/desktop/test/deployment/executable_content/build/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/test/deployment/executable_content/build/hello.c')
-rw-r--r--desktop/test/deployment/executable_content/build/hello.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/test/deployment/executable_content/build/hello.c b/desktop/test/deployment/executable_content/build/hello.c
index 46313af564..4e86d9d0e8 100644
--- a/desktop/test/deployment/executable_content/build/hello.c
+++ b/desktop/test/deployment/executable_content/build/hello.c
@@ -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.
@@ -43,3 +44,4 @@ int main(int argc , char** argv, char** envp)
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */