aboutsummaryrefslogtreecommitdiffstats
path: root/ui/simple_dialog.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-24 15:52:45 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-24 15:52:45 +0000
commitf7c19facb763c24d16d1eeb00373dd193e03020c (patch)
tree83d39f5ae6a7eb52a1fea438978d683a09528084 /ui/simple_dialog.h
parent7b3055b74bfdec807e1c134b562ed84f02916932 (diff)
Add Modelines info for new common ui source file(s)
svn path=/trunk/; revision=45767
Diffstat (limited to 'ui/simple_dialog.h')
-rw-r--r--ui/simple_dialog.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/ui/simple_dialog.h b/ui/simple_dialog.h
index 8e68912e6c..2445c09804 100644
--- a/ui/simple_dialog.h
+++ b/ui/simple_dialog.h
@@ -169,7 +169,7 @@ extern void simple_message_box(ESD_TYPE_E type, gboolean *notagain,
const char *secondary_msg,
const char *msg_format, ...)
#if __GNUC__ >= 2
- __attribute__((format(printf, 4, 5)))
+ __attribute__((format(printf, 4, 5)))
#endif
;
@@ -188,3 +188,16 @@ extern void simple_error_message_box(const char *msg_format, ...);
#endif /* __cplusplus */
#endif /* __DIALOG_H__ */
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */