There was an error while loading. Please reload this page.
1 parent 633a389 commit e256452Copy full SHA for e256452
src/main.cpp
@@ -51,8 +51,8 @@ int main(int argc, char* argv[]) {
51
pyFormat(fileContents);
52
} else if (lang == C) {
53
extention = C;
54
- // cRemoveAnnatations(fileContents);
55
- // cFormat(fileContents);
+ cRemoveAnnatations(fileContents);
+ cFormat(fileContents);
56
} else if (lang == CPP) {
57
extention = CPP;
58
// cppRemoveAnnatations(fileContents);
0 commit comments