SonarOpenCommunity / sonar-cxx

Indentation is not a multiple of four FLK-E111
Style
Major
6 months ago3 years old
indentation is not a multiple of four
293                    continue
294                else:
295                   self.__log_branch(" rejected: %s", branch, sequence)
296                   return False # error297            else:
298                self.__log_branch(" |- shift: %s", branch, ["'"+token+"'"])
299                tokens.pop() # shift
indentation is not a multiple of four
292                    branch.pop()
293                    continue
294                else:
295                   self.__log_branch(" rejected: %s", branch, sequence)296                   return False # error
297            else:
298                self.__log_branch(" |- shift: %s", branch, ["'"+token+"'"])