autoformat all sources

This commit is contained in:
2024-04-24 22:31:09 +02:00
parent e4a73556d6
commit 70dda97ae2
16 changed files with 746 additions and 752 deletions

View File

@ -16,7 +16,7 @@ int main(void)
{
// cout << "refurbishingHddTool" << endl;
reHDD* app = new reHDD();
reHDD *app = new reHDD();
app->app_logic();
return EXIT_SUCCESS;
}