https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0e9d9ce905500144a40116691834ddc71a0c9f9f

commit 0e9d9ce905500144a40116691834ddc71a0c9f9f
Author: Amine Khaldi <amine.kha...@reactos.org>
AuthorDate: Mon Dec 25 13:49:50 2017 +0100

    [NET] Fix a style issue I caused by 3c8a3a6
---
 base/applications/network/net/cmdUser.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/base/applications/network/net/cmdUser.c 
b/base/applications/network/net/cmdUser.c
index 0bc9f2c876..c034bb9c6c 100644
--- a/base/applications/network/net/cmdUser.c
+++ b/base/applications/network/net/cmdUser.c
@@ -10,11 +10,9 @@
 
 #include "net.h"
 
-
 static
 int
-CompareUserInfo(const void *a,
-            const void *b)
+CompareUserInfo(const void *a, const void *b)
 {
     return _wcsicmp(((PUSER_INFO_0)a)->usri0_name,
                     ((PUSER_INFO_0)b)->usri0_name);

Reply via email to