aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-11 20:08:13 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-11 20:08:13 +0000
commitbe2f2a243207514853a137fe83dad75e89e4c660 (patch)
tree98c0c5b3225f558da6fff9b675afce360f18af4a /plugins
parent5808fc130bccb35de442f7677794d02a73b7e4e3 (diff)
Get rid of carriage returns in source files.
svn path=/trunk/; revision=8942
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"
+