Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-c committed Jan 12, 2021
1 parent 726204d commit d56f96b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Daemon.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ Daemon::Daemon(int argc, char* argv[], DaemonConfigParameters* dConfigParams)
throw __LINE__;
}
} break;
case 'h': {
print_usage();
} break;

case 'h': {
print_usage();
} break;

default:
throw __LINE__;
Expand Down

0 comments on commit d56f96b

Please sign in to comment.