From ea38e86ebfbcc53d86433fddbffffbfb5403c9fc Mon Sep 17 00:00:00 2001 From: Dmitry Zhulanov Date: Sat, 1 Oct 2016 16:01:18 +0700 Subject: fix indent (bzr r15136.1.10) --- src/main-cmdlinexact.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main-cmdlinexact.cpp') diff --git a/src/main-cmdlinexact.cpp b/src/main-cmdlinexact.cpp index 3dc83bc8f..f29d22377 100644 --- a/src/main-cmdlinexact.cpp +++ b/src/main-cmdlinexact.cpp @@ -316,8 +316,8 @@ typedef std::list verbs_list_t; void CmdLineXAction::createActionsFromYAML( gchar const *yaml_filename ) { #ifndef WITH_YAML - return; -#else // WITH_YAML + return; +#else // WITH_YAML FILE *fh = fopen(yaml_filename, "r"); if(fh == NULL) { printf("Failed to open file!\n"); @@ -527,7 +527,7 @@ CmdLineXAction::createActionsFromYAML( gchar const *yaml_filename ) { { ++undo_counter; new CmdLineAction(true, verb.args[0].c_str()); - } + } else { printf("Unhadled xverb %s\n", verb.args[0].c_str()); fflush(stdout); -- cgit v1.2.3