ovn-sbctl: Indentation fixes.
authorBen Pfaff <blp@nicira.com>
Wed, 2 Sep 2015 22:36:00 +0000 (15:36 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 14 Sep 2015 14:49:28 +0000 (07:49 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Alex Wang <ee07b291@gmail.com>
ovn/utilities/ovn-sbctl.c

index 437a74b..1d43504 100644 (file)
@@ -249,8 +249,7 @@ parse_options(int argc, char *argv[], struct shash *local_options)
         case 't':
             timeout = strtoul(optarg, NULL, 10);
             if (timeout < 0) {
-                ctl_fatal("value %s on -t or --timeout is invalid",
-                            optarg);
+                ctl_fatal("value %s on -t or --timeout is invalid", optarg);
             }
             break;
 
@@ -836,8 +835,8 @@ do_sbctl(const char *args, struct ctl_command *commands, size_t n_commands,
         struct ovsdb_symbol *symbol = node->data;
         if (!symbol->created) {
             ctl_fatal("row id \"%s\" is referenced but never created (e.g. "
-                        "with \"-- --id=%s create ...\")",
-                        node->name, node->name);
+                      "with \"-- --id=%s create ...\")",
+                      node->name, node->name);
         }
         if (!symbol->strong_ref) {
             if (!symbol->weak_ref) {