Remove old GNU indent directives
Now that gdb_indent.sh has been removed, I think it makes sense to also remove the directives intended for GNU indent.
This commit is contained in:
parent
935d48567d
commit
810fbe39b2
15 changed files with 6 additions and 29 deletions
|
@ -25,7 +25,7 @@ def copyright(tool, description):
|
|||
if line.startswith("# Copyright (C) "):
|
||||
dateline = line[1:].strip()
|
||||
break
|
||||
return f"""/* *INDENT-OFF* */ /* THIS FILE IS GENERATED -*- buffer-read-only: t -*- */
|
||||
return f"""/* THIS FILE IS GENERATED -*- buffer-read-only: t -*- */
|
||||
/* vi:set ro: */
|
||||
|
||||
/* {description}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue