graphite-project / carbon

Indentation is not a multiple of four in comments FLK-E114
Style
Minor
2 occurrences in this check
indentation is not a multiple of 4 (comment)
130    logfile.write(message + '\n')
131    logfile.flush()
132
133  # Default to stdout134  observer = stdout_observer
135
136
indentation is not a multiple of 4 (comment)
 57          self.reopen()
 58    DailyLogFile.write(self, data)
 59
 60  # Backport from twisted >= 10 61  def reopen(self):
 62    self.close()
 63    self._openFile()