Fix style in liboptimizer

This commit is contained in:
e.gavrin
2014-08-13 16:41:39 +04:00
parent c5f33d184d
commit 350580c49e
5 changed files with 418 additions and 376 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
*/
#ifndef SERIALIZER_H
#define SERIALIZER_H
#define SERIALIZER_H
#include "globals.h"
#include "opcodes.h"
@@ -32,6 +32,6 @@ void serializer_rewrite_opcode (const opcode_counter_t, OPCODE);
void serializer_print_opcodes (void);
void serializer_free(void);
void serializer_free (void);
#endif // SERIALIZER_H