diff options
author | Krzesimir Nowak <knowak@microsoft.com> | 2024-03-28 18:23:33 +0100 |
---|---|---|
committer | Krzesimir Nowak <knowak@microsoft.com> | 2024-04-19 07:19:09 +0200 |
commit | fe01b0d8c14e421c302374b82cdff607fcc84669 (patch) | |
tree | e6ae2fbd3892bc46dfefa10f4efb4715b2a1e366 /src/sysext | |
parent | test: Add sysext test case for checking valid mutable directory mode (diff) | |
download | systemd-fe01b0d8c14e421c302374b82cdff607fcc84669.tar.xz systemd-fe01b0d8c14e421c302374b82cdff607fcc84669.zip |
sysext: Code style fixes
Diffstat (limited to 'src/sysext')
-rw-r--r-- | src/sysext/sysext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sysext/sysext.c b/src/sysext/sysext.c index 47ba78ab3a..87f55aca27 100644 --- a/src/sysext/sysext.c +++ b/src/sysext/sysext.c @@ -1189,7 +1189,7 @@ static int mount_overlayfs_with_op( const char *meta_path) { int r; - const char* top_layer = NULL; + const char *top_layer = NULL; assert(op); assert(overlay_path); @@ -2336,7 +2336,7 @@ static int sysext_main(int argc, char *argv[]) { } static int run(int argc, char *argv[]) { - const char* env_var; + const char *env_var; int r; log_setup(); |