Fix indent and add Modelines info for new common ui source file(s)

svn path=/trunk/; revision=45765
This commit is contained in:
Alexis La Goutte 2012-10-24 15:52:26 +00:00
parent 8a7e8b3b62
commit 14f2efec2b
2 changed files with 59 additions and 33 deletions

View File

@ -123,3 +123,16 @@ write_failure_alert_box(const char *filename, int err)
}
g_free(display_basename);
}
/*
* 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:
*/

View File

@ -61,3 +61,16 @@ extern void write_failure_alert_box(const char *filename, int err);
#endif /* __cplusplus */
#endif /* __ALERT_BOX_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:
*/