Get gdax to not crash
[c11tester.git] / history.cc
index ca52209d6ff17b5a95ebe29a6cfaecb546e2de89..e0560bad79df58a452ad0c9f566ead7e160e773c 100644 (file)
@@ -3,7 +3,7 @@
 #include "action.h"
 
 ModelHistory::ModelHistory() :
-       func_id(1), /* function id starts with 1 */
+       func_id(1),     /* function id starts with 1 */
        func_map(),
        func_history(),
        work_list()