updates.
[silc.git] / lib / silcutil / silcfileutil.c
index 0bb65962fad2774478c7d710d86b55c01ae31027..1435da0d97ff53aa7820b4e74e2b256edcdd6d1d 100644 (file)
@@ -61,7 +61,8 @@ int silc_file_close(int fd)
 
 /* Writes a buffer to the file. */
 
-int silc_file_writefile(const char *filename, const char *buffer, SilcUInt32 len)
+int silc_file_writefile(const char *filename, const char *buffer, 
+                       SilcUInt32 len)
 {
   int fd;