summaryrefslogtreecommitdiff
path: root/sal/osl/unx/backtrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/backtrace.c')
-rw-r--r--[-rwxr-xr-x]sal/osl/unx/backtrace.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/unx/backtrace.c b/sal/osl/unx/backtrace.c
index ee29d18c834e..69dafac3b3dc 100755..100644
--- a/sal/osl/unx/backtrace.c
+++ b/sal/osl/unx/backtrace.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.
@@ -368,3 +369,5 @@ void backtrace_symbols_fd( void **buffer, int size, int fd )
{
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */