mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-09 02:43:30 +00:00
wtf
This commit is contained in:
@@ -181,7 +181,7 @@ print(OUT " cp -rf include \$(DESTDIR)\$(PREFIX)/\n");
|
|||||||
print(OUT "\n");
|
print(OUT "\n");
|
||||||
print(OUT "format:\n");
|
print(OUT "format:\n");
|
||||||
print(OUT
|
print(OUT
|
||||||
" clang-format --verbose -i `find src include -name \"*.c\" -or -name \"*.h\"`\n"
|
" clang-format --verbose -i `find src include examples -name \"*.c\" -or -name \"*.h\"`\n"
|
||||||
);
|
);
|
||||||
print(OUT
|
print(OUT
|
||||||
" perltidy -b -bext=\"/\" --paren-tightness=2 `find tools pl Makefile.pl -name \"*.pl\"`\n"
|
" perltidy -b -bext=\"/\" --paren-tightness=2 `find tools pl Makefile.pl -name \"*.pl\"`\n"
|
||||||
|
|||||||
@@ -719,5 +719,4 @@ const char* harvard[] = {
|
|||||||
"A severe storm tore down the barn.",
|
"A severe storm tore down the barn.",
|
||||||
"She called his name many times.",
|
"She called his name many times.",
|
||||||
"When you hear the bell, come quickly.",
|
"When you hear the bell, come quickly.",
|
||||||
NULL
|
NULL};
|
||||||
};
|
|
||||||
|
|||||||
Reference in New Issue
Block a user