Run checkpatch.pl on every source file
[emu8051.git] / src / memory.h
index 55a034a..892e17a 100644 (file)
@@ -31,10 +31,10 @@ enum {
 };
 
 void
-memory_write8( int memory_id, unsigned long address, u_int8_t value );
+memory_write8(int memory_id, unsigned long address, u_int8_t value);
 
 u_int8_t
-memory_read8( int memory_id, unsigned long address );
+memory_read8(int memory_id, unsigned long address);
 
 void
 DumpMem(char *buf, char *Address, int memory_id);