D | check_include_guards.py | 51 def fail(self, fpath, regexp, fcontents, match_txt, correct, fix): argument 70 if fix: 80 def check(self, fpath, fix): argument 99 valid_guard, fix) 100 if fix: save(fpath, fcontents) 105 valid_guard, fix) 106 if fix: save(fpath, fcontents) 118 valid_guard, fix) 119 if fix: save(fpath, fcontents) 133 if fix: [all …]
|