summaryrefslogtreecommitdiff
path: root/wsutil/u3.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/u3.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/u3.c')
-rw-r--r--wsutil/u3.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/wsutil/u3.c b/wsutil/u3.c
index f52a62cf39..7d6493659c 100644
--- a/wsutil/u3.c
+++ b/wsutil/u3.c
@@ -104,7 +104,7 @@ void u3_runtime_info(GString *str)
void u3_register_pid(void)
{
- int pid;
+ int pid;
int pid_fd;
char *u3hostexecpath;
int pf_size;
@@ -195,3 +195,16 @@ static const char *u3_change_path(const char *path, const char *old, const char
return path;
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local Variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */