Coding Style cleanup, update CHANGELOG
[platform/kernel/u-boot.git] / fs / yaffs2 / yaffs_malloc.h
index 122fb4c..3ed6175 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef __YAFFS_MALLOC_H__
 /*
- * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
+ * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
  * Copyright (C) 2002-2007 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  */
+
 /* XXX U-BOOT XXX */
 #if 0
 #include <stdlib.h>
-#endif 
+#endif
 
-void *yaffs_malloc(size_t size); 
+void *yaffs_malloc(size_t size);
 void yaffs_free(void *ptr);
-#endif
 
+#endif