tag_editor.cpp: Fix misleading indentation
commit5733c4482619567103b6d72b9f93b6e335f47db9
authorArseny Maslennikov <arseny@altlinux.org>
Mon, 31 Jul 2017 21:38:43 +0000 (1 00:38 +0300)
committerAndrzej Rybczak <andrzej@rybczak.net>
Thu, 31 Aug 2017 07:22:14 +0000 (31 09:22 +0200)
tree2a362620324caf0f758c479809c40e99746798aa
parentd14426ffd13f2b93f2e14cf71db6cf1a5d45c2a2
tag_editor.cpp: Fix misleading indentation

Prior to this commit GCC6 throws 2 warnings on lines 1062 and 1161
if the project is compiled with -Wmisleading-indentation.
The code blocks mentioned in the related notes seem to be indented
one tab too much.
src/screens/tag_editor.cpp