Fix tabbing
[satune.git] / src / AST / tableentry.h
index 44ec39ba826f473b9f6d1fb1ce2bb6fe236fd91f..63c6fdefbde96707d617eb161b82e19546179565 100644 (file)
@@ -4,7 +4,7 @@
  * and open the template in the editor.
  */
 
-/* 
+/*
  * File:   tableentry.h
  * Author: hamed
  *
 
 #include "classlist.h"
 #include "mymemory.h"
-struct TableEntry{
-    uint64_t output;
-    uint64_t inputs[];
+struct TableEntry {
+       uint64_t output;
+       uint64_t inputs[];
 };
 
 TableEntry* allocTableEntry(uint64_t* inputs, uint inputSize, uint64_t result);
 void deleteTableEntry(TableEntry* tableEntry);
 
-#endif /* TABLEENTRY_H */
+#endif/* TABLEENTRY_H */