]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
add formatting empty line
authorBastian Dehn <hhaalo@arcor.de>
Tue, 31 Dec 2024 10:27:22 +0000 (11:27 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 31 Dec 2024 10:27:22 +0000 (11:27 +0100)
src/kds_s2000w_client.c

index 40fad2d6fbcb2b4561787d3332cb395b0458e285..9993d0a71c5ae3a9eea7a8aab4b0a7c760c0cef7 100644 (file)
@@ -27,6 +27,7 @@ void _kds_s2000w_client_load_config()
 {
        const char* config_file = CONFIG_FILE;
        char* config_stream = read_config_file(config_file);
+
        if (config_stream == NULL)
                return;