Skip to content

Commit 073e511

Browse files
committed
clang-format
Signed-off-by: Angelo Failla <pallotron@gmail.com>
1 parent 88d975d commit 073e511

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

main.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,11 @@ static interface_ref start(struct state *state, struct cli_options *cliopt) {
237237
xpc_dictionary_set_uuid(dict, vmnet_network_identifier_key, cliopt->vmnet_network_identifier);
238238
uuid_string_t uuid_str;
239239
uuid_unparse(cliopt->vmnet_network_identifier, uuid_str);
240-
INFOF("Using network identifier \"%s\" and no vmnet gateway -> NO DHCP will be enabled on this vmnet", uuid_str);
240+
INFOF("Using network identifier \"%s\" and no vmnet gateway -> NO DHCP will be enabled on "
241+
"this vmnet",
242+
uuid_str);
241243
}
242-
} else {
244+
} else {
243245
if (cliopt->vmnet_gateway != NULL) {
244246
xpc_dictionary_set_string(dict, vmnet_start_address_key, cliopt->vmnet_gateway);
245247
xpc_dictionary_set_string(dict, vmnet_end_address_key, cliopt->vmnet_dhcp_end);

0 commit comments

Comments
 (0)