Fixed newline characters throughout the code
[com/gs-lite.git] / src / ftacmp / literal_types.h
index 04e32eb..167e738 100644 (file)
@@ -1,31 +1,31 @@
-/* ------------------------------------------------\r
-Copyright 2014 AT&T Intellectual Property\r
-   Licensed under the Apache License, Version 2.0 (the "License");\r
-   you may not use this file except in compliance with the License.\r
-   You may obtain a copy of the License at\r
-\r
-     http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-   Unless required by applicable law or agreed to in writing, software\r
-   distributed under the License is distributed on an "AS IS" BASIS,\r
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-   See the License for the specific language governing permissions and\r
-   limitations under the License.\r
- ------------------------------------------- */\r
-#ifndef __LITERAL_TYPES_H_INCLUDED__\r
-\r
-\r
-#define LITERAL_UDEF -1\r
-#define LITERAL_STRING 1\r
-#define LITERAL_INT 2\r
-#define LITERAL_FLOAT 3\r
-#define LITERAL_BOOL 4\r
-#define LITERAL_TIMEVAL 5\r
-#define LITERAL_HEX 6\r
-#define LITERAL_LONGINT 7\r
-#define LITERAL_LONGHEX 8\r
-#define LITERAL_IP 9\r
-#define LITERAL_IPV6 10\r
-\r
-#define __LITERAL_TYPES_H_INCLUDED__\r
-#endif\r
+/* ------------------------------------------------
+Copyright 2014 AT&T Intellectual Property
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ ------------------------------------------- */
+#ifndef __LITERAL_TYPES_H_INCLUDED__
+
+
+#define LITERAL_UDEF -1
+#define LITERAL_STRING 1
+#define LITERAL_INT 2
+#define LITERAL_FLOAT 3
+#define LITERAL_BOOL 4
+#define LITERAL_TIMEVAL 5
+#define LITERAL_HEX 6
+#define LITERAL_LONGINT 7
+#define LITERAL_LONGHEX 8
+#define LITERAL_IP 9
+#define LITERAL_IPV6 10
+
+#define __LITERAL_TYPES_H_INCLUDED__
+#endif