chiark / gitweb /
timesyncd: split privilege dropping code out of timesyncd so that we can make use...
[elogind.git] / src / shared / util.c
index 17b0ae16cf8398566abd1a9769624bec4aa1a172..4a3e35f356508964f963075a09de8c909c207c4c 100644 (file)
@@ -6480,8 +6480,7 @@ void hexdump(FILE *f, const void *p, size_t s) {
         }
 }
 
-int update_reboot_param_file(const char *param)
-{
+int update_reboot_param_file(const char *param) {
         int r = 0;
 
         if (param) {