slstatus/components
Aaron Marcher ee5ec75621 Fix coding style
- Use block for single statement ifs
- Keep lines to reasonable length (current debate as to reasonable)
- When functions return -1 for error test against 0 not -1
- Do not indent cases another level
- Do not test against NULL and 0 explicitly
- Use tabs for indentation, use spaces for alignment
2018-05-06 22:28:56 +02:00
..
battery.c Fix coding style 2018-05-06 22:28:56 +02:00
cpu.c Fix coding style 2018-05-06 22:28:56 +02:00
datetime.c Fix coding style 2018-05-06 22:28:56 +02:00
disk.c Fix coding style 2018-05-06 22:28:56 +02:00
entropy.c Use indentation to increase readability 2018-05-01 19:43:49 +02:00
hostname.c Fix coding style 2018-05-06 22:28:56 +02:00
ip.c Fix coding style 2018-05-06 22:28:56 +02:00
kernel_release.c Format error messages properly 2018-03-28 19:46:27 +02:00
keyboard_indicators.c Fix coding style 2018-05-06 22:28:56 +02:00
load_avg.c Format error messages properly 2018-03-28 19:46:27 +02:00
num_files.c Fix coding style 2018-05-06 22:28:56 +02:00
ram.c Use indentation to increase readability 2018-05-01 19:43:49 +02:00
run_command.c Fix coding style 2018-05-06 22:28:56 +02:00
swap.c Fix coding style 2018-05-06 22:28:56 +02:00
temperature.c Fix coding style 2018-05-06 22:28:56 +02:00
uptime.c Fix coding style 2018-05-06 22:28:56 +02:00
user.c user: Only declare variables in the beginning 2018-05-02 08:42:55 +02:00
volume.c Fix coding style 2018-05-06 22:28:56 +02:00
wifi.c Fix coding style 2018-05-06 22:28:56 +02:00