Skip to content

Commit

Permalink
fix format violation
Browse files Browse the repository at this point in the history
  • Loading branch information
r00t- committed Mar 14, 2021
1 parent 3184fce commit 6ed1b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Config_Options.hpp
Expand Up @@ -112,7 +112,7 @@ class Config_Options {
// boolean bitfields, padding at the end of struct
int _channel_index : 1; // give a index of all available channels via local interface
int _local : 1; // enable local interface
int _foreground : 1; // don't daemonize
int _foreground : 1; // don't daemonize
int _doRegistration : 1; // FIXME
};

Expand Down

0 comments on commit 6ed1b8c

Please sign in to comment.