mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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:
@ -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}
|
||||
|
Reference in New Issue
Block a user