treewrite: use Lindent to reformat to kernel coding style
[oweals/opkg-lede.git] / libopkg / file_util.h
index cfad55155a0e25fd3a90623b2c60056bd7c612ec..a7e2a3812d873c4efc8f76da9203dcc4245ec245 100644 (file)
@@ -20,7 +20,7 @@
 
 int file_exists(const char *file_name);
 int file_is_dir(const char *file_name);
-char *file_read_line_alloc(FILE *file);
+char *file_read_line_alloc(FILE * file);
 int file_move(const char *src, const char *dest);
 int file_copy(const char *src, const char *dest);
 int file_mkdir_hier(const char *path, long mode);