Consolidate more jedec standard code
Corresponding to flashrom svn r15 and coreboot v2 svn r1457.
diff --git a/pm49fl004.h b/pm49fl004.h
index 4a75da1..21c880b 100644
--- a/pm49fl004.h
+++ b/pm49fl004.h
@@ -1,8 +1,8 @@
#ifndef __PM49FL004_H__
#define __PM49FL004_H__ 1
-extern int probe_49fl004 (struct flashchip * flash);
-extern int erase_49fl004 (struct flashchip * flash);
-extern int write_49fl004 (struct flashchip * flash, unsigned char * buf);
+extern int probe_49fl004(struct flashchip *flash);
+extern int erase_49fl004(struct flashchip *flash);
+extern int write_49fl004(struct flashchip *flash, unsigned char *buf);
-#endif
+#endif