Run check-include-guards.py

This patch is the result of running check-include-guards.py on the
current tree.  Running it a second time causes no changes.

Reviewed-By: Tom de Vries <tdevries@suse.de>
This commit is contained in:
Tom Tromey
2024-04-18 09:28:29 -06:00
parent 0dad0d7b08
commit cc70964032
510 changed files with 1525 additions and 1525 deletions

View File

@@ -18,8 +18,8 @@
/* Support classes to wrap up the process of iterating over a
multi-dimensional Fortran array. */
#ifndef F_ARRAY_WALKER_H
#define F_ARRAY_WALKER_H
#ifndef GDB_F_ARRAY_WALKER_H
#define GDB_F_ARRAY_WALKER_H
#include "gdbtypes.h"
#include "f-lang.h"
@@ -298,4 +298,4 @@ private:
int m_nss;
};
#endif /* F_ARRAY_WALKER_H */
#endif /* GDB_F_ARRAY_WALKER_H */