mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
ssh-generator: adjust formatting
This commit is contained in:
@@ -25,7 +25,7 @@ static enum {
|
||||
ACTION_RM_VSOCK,
|
||||
} arg_action = ACTION_MAKE_VSOCK;
|
||||
|
||||
static char* arg_issue_path = NULL;
|
||||
static char *arg_issue_path = NULL;
|
||||
static bool arg_issue_stdout = false;
|
||||
|
||||
STATIC_DESTRUCTOR_REGISTER(arg_issue_path, freep);
|
||||
|
||||
Reference in New Issue
Block a user