summaryrefslogtreecommitdiff
path: root/wsutil/crash_info.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-10-14 11:12:16 -0400
committerBill Meier <wmeier@newsguy.com>2014-10-14 16:45:09 +0000
commit10b83e6931debe1f1f2ea4edce86ddf168995e51 (patch)
treefb8b987b896ded10ce6e1f9a4fa344ccdd987515 /wsutil/crash_info.c
parent2359e67f9c42cc285935c70fe8e9cc6b9f369797 (diff)
downloadwireshark-10b83e6931debe1f1f2ea4edce86ddf168995e51.tar.gz
Add editor-modelines; adjust whitespace.
Change-Id: I8cad872cee972a6d22a72852dac57fd188daca84 Reviewed-on: https://code.wireshark.org/review/4683 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'wsutil/crash_info.c')
-rw-r--r--wsutil/crash_info.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/wsutil/crash_info.c b/wsutil/crash_info.c
index a8635b669f..28352d50f8 100644
--- a/wsutil/crash_info.c
+++ b/wsutil/crash_info.c
@@ -125,7 +125,7 @@ struct crashreporter_annotations_t {
CRASH_REPORTER_CLIENT_HIDDEN
struct crashreporter_annotations_t gCRAnnotations
- __attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION))) = {
+ __attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION))) = {
CRASHREPORTER_ANNOTATIONS_VERSION, /* version */
0, /* message */
0, /* signature_string */
@@ -170,3 +170,16 @@ ws_add_crash_info(const char *fmt _U_, ...)
{
}
#endif /* __APPLE__ */
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 8
+ * tab-width: 8
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
+ */