Skip to content

Commit e256452

Browse files
committed
more c stuff
1 parent 633a389 commit e256452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ int main(int argc, char* argv[]) {
5151
pyFormat(fileContents);
5252
} else if (lang == C) {
5353
extention = C;
54-
// cRemoveAnnatations(fileContents);
55-
// cFormat(fileContents);
54+
cRemoveAnnatations(fileContents);
55+
cFormat(fileContents);
5656
} else if (lang == CPP) {
5757
extention = CPP;
5858
// cppRemoveAnnatations(fileContents);

0 commit comments

Comments
 (0)