summaryrefslogtreecommitdiff
path: root/vcl/unx/source/inc/null_curs.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/source/inc/null_curs.h')
-rw-r--r--vcl/unx/source/inc/null_curs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/unx/source/inc/null_curs.h b/vcl/unx/source/inc/null_curs.h
index 19d4130d4b5d..7b771173ee44 100644
--- a/vcl/unx/source/inc/null_curs.h
+++ b/vcl/unx/source/inc/null_curs.h
@@ -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.
@@ -29,3 +30,5 @@
#define nullcurs_x_hot 2
#define nullcurs_y_hot 2
static char nullcurs_bits[] = { 0x00, 0x00 };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */