- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / base / applications / mscutils / servman / dependencies_tv2.c
index 65a1e75..d8ddc0e 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "precomp.h"
 
-
 BOOL
 TV2_HasDependantServices(LPWSTR lpServiceName)
 {
@@ -50,7 +49,6 @@ TV2_HasDependantServices(LPWSTR lpServiceName)
     return bRet;
 }
 
-
 LPENUM_SERVICE_STATUS
 TV2_GetDependants(LPWSTR lpServiceName,
                   LPDWORD lpdwCount)
@@ -117,7 +115,6 @@ TV2_GetDependants(LPWSTR lpServiceName,
     return lpDependencies;
 }
 
-
 VOID
 TV2_AddDependantsToTree(PSERVICEPROPSHEET pDlgInfo,
                         HTREEITEM hParent,