aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-11 20:08:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-11 20:08:13 +0000
commit2e94ac7f583fc8f6edab73cb6a3ea2b9f88e5b6c (patch)
tree98c0c5b3225f558da6fff9b675afce360f18af4a /plugins
parentf6bcd6c56b675b6c71b2dc14b0c32a7b4d6ff779 (diff)
Get rid of carriage returns in source files.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8942 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/asn1/moduleinfo.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/plugins/asn1/moduleinfo.h b/plugins/asn1/moduleinfo.h
index b1b22fe488..68ee7b1e87 100644
--- a/plugins/asn1/moduleinfo.h
+++ b/plugins/asn1/moduleinfo.h
@@ -1,17 +1,17 @@
-/* Included *after* config.h, in order to re-define these macros */
-
-#ifdef PACKAGE
-#undef PACKAGE
-#endif
-
-/* Name of package */
-#define PACKAGE "asn1"
-
-
-#ifdef VERSION
-#undef VERSION
-#endif
-
-/* Version number of package */
-#define VERSION "0.5.0"
-
+/* Included *after* config.h, in order to re-define these macros */
+
+#ifdef PACKAGE
+#undef PACKAGE
+#endif
+
+/* Name of package */
+#define PACKAGE "asn1"
+
+
+#ifdef VERSION
+#undef VERSION
+#endif
+
+/* Version number of package */
+#define VERSION "0.5.0"
+