From 393312482f5d5c7ad5b05b31128447e360036e97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ivan=20Vagin/AI=20Tools=20Lab=20/SRR/Engineer/=EC=82=BC?= =?utf8?q?=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Tue, 29 Jan 2019 14:05:58 +0300 Subject: [PATCH] [nnc] Fixed misleading indentation warning (#2954) [nnc] Fixed misleading indentation warning Signed-off-by: Ivan Vagin --- contrib/nnc/support/CommandLine.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/nnc/support/CommandLine.cpp b/contrib/nnc/support/CommandLine.cpp index 14e7cde..f1942da 100644 --- a/contrib/nnc/support/CommandLine.cpp +++ b/contrib/nnc/support/CommandLine.cpp @@ -394,8 +394,7 @@ static bool areOptionsIntersected(const std::vector grouped_options, if (isOptionInOptions(opt, all_options)) return true; - return false; - + return false; } // areOptionsIntersected void CommandLine::checkRegisteredOptions(const std::set &cmd_args) -- 2.7.4