pmt: reformat code
This commit is contained in:
9
src/Main.cpp
Executable file → Normal file
9
src/Main.cpp
Executable file → Normal file
@@ -16,9 +16,8 @@
|
||||
|
||||
#include <PartitionManager/PartitionManager.hpp>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
// Call integrated main function in library
|
||||
Helper::LoggingProperties::setProgramName(PMTE);
|
||||
return PartitionManager::Main(argc, argv);
|
||||
int main(int argc, char **argv) {
|
||||
// Call integrated main function in library
|
||||
Helper::LoggingProperties::setProgramName(PMTE);
|
||||
return PartitionManager::Main(argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user