]> git.proxmox.com Git - mirror_ovs.git/blobdiff - tests/ovsdb-query.at
treewide: Convert leading tabs to spaces.
[mirror_ovs.git] / tests / ovsdb-query.at
index 2c2b648d80da23de5592813df5d5ff283aeccaee..0814fda2ab75336dea3b39dc9355d845c25dd028 100644 (file)
@@ -6,7 +6,7 @@ OVSDB_CHECK_POSITIVE([queries on scalars],
         {"i": {"type": "integer"},
          "r": {"type": "real"},
          "b": {"type": "boolean"},
-        "s": {"type": "string"},
+         "s": {"type": "string"},
          "u": {"type": "uuid"}}}' \
     '[{"i": 0,
        "r": 0.5,
@@ -354,7 +354,7 @@ OVSDB_CHECK_POSITIVE([UUID-distinct queries on scalars],
         {"i": {"type": "integer"},
          "r": {"type": "real"},
          "b": {"type": "boolean"},
-        "s": {"type": "string"},
+         "s": {"type": "string"},
          "u": {"type": "uuid"}}}' \
     '[{"i": 0,
        "r": 0.5,
@@ -447,7 +447,7 @@ OVSDB_CHECK_POSITIVE([Boolean-distinct queries on scalars],
         {"i": {"type": "integer"},
          "r": {"type": "real"},
          "b": {"type": "boolean"},
-        "s": {"type": "string"},
+         "s": {"type": "string"},
          "u": {"type": "uuid"}}}' \
     '[{"i": 0,
        "r": 0.5,