Skip to content

Commit

Permalink
main: format with clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdi265 committed Jul 19, 2024
1 parent 8a396b8 commit c2a4871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int main(int argc, char** argv) {
// parse some args
std::string configPath;
std::string socketName;
int socketFd = -1;
int socketFd = -1;
bool ignoreSudo = false;

std::vector<std::string> args{argv + 1, argv + argc};
Expand Down

0 comments on commit c2a4871

Please sign in to comment.