X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2FAST%2Ftableentry.h;h=63c6fdefbde96707d617eb161b82e19546179565;hp=44ec39ba826f473b9f6d1fb1ce2bb6fe236fd91f;hb=487b405f45bfc928a981a2b3613c08f26cf4a9e5;hpb=97bf419957f74ae90692570a887235ec46ed4664 diff --git a/src/AST/tableentry.h b/src/AST/tableentry.h index 44ec39b..63c6fde 100644 --- a/src/AST/tableentry.h +++ b/src/AST/tableentry.h @@ -4,7 +4,7 @@ * and open the template in the editor. */ -/* +/* * File: tableentry.h * Author: hamed * @@ -16,13 +16,13 @@ #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 */