Skip to content

Commit

Permalink
whitespace cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
valr committed Apr 27, 2022
1 parent 21dd899 commit 6ee0438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cbatticon.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ static gint get_options (int argc, char **argv)
{ "version" , 'v', 0, G_OPTION_ARG_NONE , &configuration.display_version , N_("Display the version") , NULL },
{ "debug" , 'd', 0, G_OPTION_ARG_NONE , &configuration.debug_output , N_("Display debug information") , NULL },
{ "update-interval" , 'u', 0, G_OPTION_ARG_INT , &configuration.update_interval , N_("Set update interval (in seconds)") , NULL },
{ "icon-type" , 'i', 0, G_OPTION_ARG_STRING, &icon_type_string , N_("Set icon type ('standard', 'notification' or 'symbolic')") , NULL },
{ "icon-type" , 'i', 0, G_OPTION_ARG_STRING, &icon_type_string , N_("Set icon type ('standard', 'notification' or 'symbolic')") , NULL },
{ "low-level" , 'l', 0, G_OPTION_ARG_INT , &configuration.low_level , N_("Set low battery level (in percent)") , NULL },
{ "critical-level" , 'r', 0, G_OPTION_ARG_INT , &configuration.critical_level , N_("Set critical battery level (in percent)") , NULL },
{ "command-low-level" , 'e', 0, G_OPTION_ARG_STRING, &configuration.command_low_level , N_("Command to execute when low battery level is reached") , NULL },
{ "command-critical-level", 'c', 0, G_OPTION_ARG_STRING, &configuration.command_critical_level, N_("Command to execute when critical battery level is reached"), NULL },
{ "command-left-click" , 'x', 0, G_OPTION_ARG_STRING, &configuration.command_left_click , N_("Command to execute when left clicking on tray icon") , NULL },
#ifdef WITH_NOTIFY
{ "hide-notification" , 'n', 0, G_OPTION_ARG_NONE , &configuration.hide_notification , N_("Hide the notification popups") , NULL },
{ "hide-notification" , 'n', 0, G_OPTION_ARG_NONE , &configuration.hide_notification , N_("Hide the notification popups") , NULL },
#endif
{ "list-icon-types" , 't', 0, G_OPTION_ARG_NONE , &configuration.list_icon_types , N_("List available icon types") , NULL },
{ "list-power-supplies" , 'p', 0, G_OPTION_ARG_NONE , &configuration.list_power_supplies , N_("List available power supplies (battery and AC)") , NULL },
Expand Down

0 comments on commit 6ee0438

Please sign in to comment.