]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
proc-cmdline: insert an empty line between variable declaration and assertion
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 Mar 2023 00:21:28 +0000 (09:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 24 Mar 2023 06:20:05 +0000 (15:20 +0900)
src/basic/proc-cmdline.c

index eea70d86069fed6dce46c2010145d74aa04e7981..0e48b24a86f6757e3910379d18e19748e9faa5ed 100644 (file)
@@ -18,6 +18,7 @@
 
 int proc_cmdline(char **ret) {
         const char *e;
+
         assert(ret);
 
         /* For testing purposes it is sometimes useful to be able to override what we consider /proc/cmdline to be */