msi: some formatting change

Aric Stewart aric at codeweavers.com
Thu Jun 23 08:35:36 CDT 2005


remove some line breaks where we dont need them.
-------------- next part --------------
Index: dlls/msi/action.c
===================================================================
RCS file: /home/wine/wine/dlls/msi/action.c,v
retrieving revision 1.160
diff -u -r1.160 action.c
--- dlls/msi/action.c	23 Jun 2005 11:04:09 -0000	1.160
+++ dlls/msi/action.c	23 Jun 2005 13:29:56 -0000
@@ -1742,12 +1700,11 @@
         LPCWSTR Condition;
         Condition = MSI_RecordGetString(row,3);
 
-        if (MSI_EvaluateConditionW(package,Condition) == 
-            MSICONDITION_TRUE)
+        if (MSI_EvaluateConditionW(package,Condition) == MSICONDITION_TRUE)
         {
             int level = MSI_RecordGetInteger(row,2);
-            TRACE("Reseting feature %s to level %i\n",
-                   debugstr_w(Feature), level);
+            TRACE("Reseting feature %s to level %i\n", debugstr_w(Feature),
+                            level);
             package->features[feature_index].Level = level;
         }
     }
@@ -1917,8 +1874,6 @@
     return SetFeatureStates(package);
 }
 
-
-
 /* OK this value is "interpreted" and then formatted based on the 
    first few characters */
 static LPSTR parse_value(MSIPACKAGE *package, LPCWSTR value, DWORD *type, 



More information about the wine-patches mailing list