astyle formatting

This commit is contained in:
Daniel Marjamäki 2010-02-20 09:14:15 +01:00
parent 24628013f1
commit 2befb74a07
1 changed files with 3 additions and 3 deletions

View File

@ -138,9 +138,9 @@ int main()
fout << "clean:\n";
#ifdef _WIN32
fout << "\tdel lib\*.o\n"
<< "\tdel cli\*.o\n"
<< "\tdel test\*.o\n"
<< "\tdel *.exe\n";
<< "\tdel cli\*.o\n"
<< "\tdel test\*.o\n"
<< "\tdel *.exe\n";
#else
fout << "\trm -f lib/*.o cli/*.o test/*.o testrunner cppcheck\n\n";
#endif