]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/portab/strlcpy.c
Code cleanup, remove blank lines
[ngircd-alex.git] / src / portab / strlcpy.c
index ae2018bcf940a3c47a1cc265740c58fbff70dce8..ce90a423ad19b7af2158ccad1463db6aa67a1c09 100644 (file)
@@ -52,7 +52,6 @@ strlcat( char *dst, const char *src, size_t size )
 
 #endif
 
-
 #ifndef HAVE_STRLCPY
 
 GLOBAL size_t
@@ -74,5 +73,4 @@ strlcpy( char *dst, const char *src, size_t size )
 
 #endif
 
-
 /* -eof- */