Fix some nonempty blank lines
authorVolker Lendecke <vl@samba.org>
Mon, 3 Aug 2009 09:30:29 +0000 (11:30 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 3 Aug 2009 19:27:44 +0000 (21:27 +0200)
source3/rpc_server/srv_wkssvc_nt.c

index b06818efb3092750e030a2ef91d97c027d149449..acc1fb3b03c957470f2281571a1e47560d6f75e7 100644 (file)
@@ -54,9 +54,9 @@ static void create_wks_info_100(struct wkssvc_NetWkstaInfo100 *info100)
 WERROR _wkssvc_NetWkstaGetInfo(pipes_struct *p, struct wkssvc_NetWkstaGetInfo *r)
 {
        struct wkssvc_NetWkstaInfo100 *wks100 = NULL;
-       
+
        /* We only support info level 100 currently */
-       
+
        if ( r->in.level != 100 ) {
                return WERR_UNKNOWN_LEVEL;
        }
@@ -66,7 +66,7 @@ WERROR _wkssvc_NetWkstaGetInfo(pipes_struct *p, struct wkssvc_NetWkstaGetInfo *r
        }
 
        create_wks_info_100( wks100 );
-       
+
        r->out.info->info100 = wks100;
 
        return WERR_OK;