summaryrefslogtreecommitdiff
path: root/ovn
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-09-02 15:36:00 -0700
committerBen Pfaff <blp@nicira.com>2015-09-14 07:49:28 -0700
commitb31301bc517a579913a4c763e6d7b1c5c8956920 (patch)
treebfd15f40849a57f39ca4c80ab48b679d912ecbc6 /ovn
parentec4eed45fb34de74297a10a7c835d0f5dcb85d29 (diff)
downloadopenvswitch-b31301bc517a579913a4c763e6d7b1c5c8956920.tar.gz
ovn-sbctl: Indentation fixes.
Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Alex Wang <ee07b291@gmail.com>
Diffstat (limited to 'ovn')
-rw-r--r--ovn/utilities/ovn-sbctl.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/ovn/utilities/ovn-sbctl.c b/ovn/utilities/ovn-sbctl.c
index 437a74bdb..1d4350496 100644
--- a/ovn/utilities/ovn-sbctl.c
+++ b/ovn/utilities/ovn-sbctl.c
@@ -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) {