fix a broken line ending conversion attempt
[lcore.git] / binipstuff.pas
index 078e761f5751c29e87f93e8a1353d09068684947..675b03efeba7d488ad37825de0269da0f5b78a29 100755 (executable)
@@ -91,7 +91,8 @@ type
       cuint16=word;\r
       cuint32=dword;\r
       sa_family_t=word;\r
-\r      TInetSockAddr6 = packed record\r
+\r
+      TInetSockAddr6 = packed record\r
         sin6_family: word;\r
         sin6_port: word;\r
         sin6_flowinfo: uint32;\r
@@ -541,7 +542,8 @@ const
   //fpc 1.0.x doesn't seem to like use of length function in a constant \r
   //definition\r
   //biniplist_prefixlen=length(biniplist_prefix);\r
-\r  biniplist_prefixlen=5;\r
+\r
+  biniplist_prefixlen=5;\r
   \r
 function biniplist_new:tbiniplist;\r
 begin\r