From bf14a6ac69be1dc37681a4eb3fbba08418b9b465 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 1 Sep 2017 18:00:06 +0000 Subject: [PATCH] [NET]: Whitespace fixes only. svn path=/trunk/; revision=75729 --- .../applications/network/net/cmdAccounts.c | 6 +-- reactos/base/applications/network/net/help.c | 46 +++++++++---------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/reactos/base/applications/network/net/cmdAccounts.c b/reactos/base/applications/network/net/cmdAccounts.c index 96e94772560..792831d63b3 100644 --- a/reactos/base/applications/network/net/cmdAccounts.c +++ b/reactos/base/applications/network/net/cmdAccounts.c @@ -90,9 +90,9 @@ cmdAccounts( value = wcstoul(p, &endptr, 10); if (*endptr != 0) { - ConResPrintf(StdErr, IDS_ERROR_INVALID_OPTION_VALUE, L"/MINPWLEN"); - result = 1; - goto done; + ConResPrintf(StdErr, IDS_ERROR_INVALID_OPTION_VALUE, L"/MINPWLEN"); + result = 1; + goto done; } Info0->usrmod0_min_passwd_len = value; diff --git a/reactos/base/applications/network/net/help.c b/reactos/base/applications/network/net/help.c index ad483cd48c8..ba09babddca 100644 --- a/reactos/base/applications/network/net/help.c +++ b/reactos/base/applications/network/net/help.c @@ -17,139 +17,139 @@ INT cmdHelp(INT argc, WCHAR **argv) return 0; } - if (_wcsicmp(argv[2],L"ACCOUNTS") == 0) + if (_wcsicmp(argv[2], L"ACCOUNTS") == 0) { ConResPuts(StdOut, IDS_ACCOUNTS_HELP); return 0; } - if (_wcsicmp(argv[2],L"COMPUTER") == 0) + if (_wcsicmp(argv[2], L"COMPUTER") == 0) { ConResPuts(StdOut, IDS_COMPUTER_HELP); return 0; } - if (_wcsicmp(argv[2],L"CONFIG") == 0) + if (_wcsicmp(argv[2], L"CONFIG") == 0) { ConResPuts(StdOut, IDS_CONFIG_HELP); return 0; } - if (_wcsicmp(argv[2],L"CONTINUE") == 0) + if (_wcsicmp(argv[2], L"CONTINUE") == 0) { ConResPuts(StdOut, IDS_CONTINUE_HELP); return 0; } - if (_wcsicmp(argv[2],L"FILE") == 0) + if (_wcsicmp(argv[2], L"FILE") == 0) { ConResPuts(StdOut, IDS_FILE_HELP); return 0; } - if (_wcsicmp(argv[2],L"GROUP") == 0) + if (_wcsicmp(argv[2], L"GROUP") == 0) { ConResPuts(StdOut, IDS_GROUP_HELP); return 0; } - if (_wcsicmp(argv[2],L"HELPMSG") == 0) + if (_wcsicmp(argv[2], L"HELPMSG") == 0) { ConResPuts(StdOut, IDS_HELPMSG_HELP); return 0; } - if (_wcsicmp(argv[2],L"LOCALGROUP") == 0) + if (_wcsicmp(argv[2], L"LOCALGROUP") == 0) { ConResPuts(StdOut, IDS_LOCALGROUP_HELP); return 0; } - if (_wcsicmp(argv[2],L"NAME") == 0) + if (_wcsicmp(argv[2], L"NAME") == 0) { ConResPuts(StdOut, IDS_NAME_HELP); return 0; } - if (_wcsicmp(argv[2],L"PAUSE") == 0) + if (_wcsicmp(argv[2], L"PAUSE") == 0) { ConResPuts(StdOut, IDS_PAUSE_HELP); return 0; } - if (_wcsicmp(argv[2],L"PRINT") == 0) + if (_wcsicmp(argv[2], L"PRINT") == 0) { ConResPuts(StdOut, IDS_PRINT_HELP); return 0; } - if (_wcsicmp(argv[2],L"SEND") == 0) + if (_wcsicmp(argv[2], L"SEND") == 0) { ConResPuts(StdOut, IDS_SEND_HELP); return 0; } - if (_wcsicmp(argv[2],L"SESSION") == 0) + if (_wcsicmp(argv[2], L"SESSION") == 0) { ConResPuts(StdOut, IDS_SESSION_HELP); return 0; } - if (_wcsicmp(argv[2],L"SHARE") == 0) + if (_wcsicmp(argv[2], L"SHARE") == 0) { ConResPuts(StdOut, IDS_SHARE_HELP); return 0; } - if (_wcsicmp(argv[2],L"START") == 0) + if (_wcsicmp(argv[2], L"START") == 0) { ConResPuts(StdOut, IDS_START_HELP); return 0; } - if (_wcsicmp(argv[2],L"STATISTICS") == 0) + if (_wcsicmp(argv[2], L"STATISTICS") == 0) { ConResPuts(StdOut, IDS_STATISTICS_HELP); return 0; } - if (_wcsicmp(argv[2],L"STOP") == 0) + if (_wcsicmp(argv[2], L"STOP") == 0) { ConResPuts(StdOut, IDS_STOP_HELP); return 0; } - if (_wcsicmp(argv[2],L"TIME") == 0) + if (_wcsicmp(argv[2], L"TIME") == 0) { ConResPuts(StdOut, IDS_TIME_HELP); return 0; } - if (_wcsicmp(argv[2],L"USE") == 0) + if (_wcsicmp(argv[2], L"USE") == 0) { ConResPuts(StdOut, IDS_USE_HELP); return 0; } - if (_wcsicmp(argv[2],L"USER") == 0) + if (_wcsicmp(argv[2], L"USER") == 0) { ConResPuts(StdOut, IDS_USER_HELP); return 0; } - if (_wcsicmp(argv[2],L"VIEW") == 0) + if (_wcsicmp(argv[2], L"VIEW") == 0) { ConResPuts(StdOut, IDS_VIEW_HELP); return 0; } #if 0 - if (_wcsicmp(argv[2],L"SERVICES") == 0) + if (_wcsicmp(argv[2], L"SERVICES") == 0) { return 0; } - if (_wcsicmp(argv[2],L"SYNTAX") == 0) + if (_wcsicmp(argv[2], L"SYNTAX") == 0) { return 0; } -- 2.17.1