src/server/util/object.h

changeset 422
76f2f5d532d0
parent 421
437562f5681d
child 423
bb7cff720dd0
--- a/src/server/util/object.h	Wed Nov 09 10:37:52 2022 +0100
+++ b/src/server/util/object.h	Wed Nov 09 11:51:19 2022 +0100
@@ -86,11 +86,11 @@
 };
 
 struct Condition {
-    Condition  *parent;
-    Condition  *ifnot;
-    Expression *expression;
-    int        depth;
-    int        index; // used by NSAPIContext to link expression with result
+    Condition       *parent;
+    Condition       *ifnot;
+    Expression      *expression;
+    int             depth;
+    int             index; // used by NSAPIContext to link expression with result
 };
 
 struct Expression {

mercurial