diff options
author | Richard Allen <rsaxvc@gmail.com> | 2025-02-16 16:50:00 -0600 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-03-01 11:17:13 +1030 |
commit | 50eeb3b1603785b7c7e01ba74041fe19ef2e137c (patch) | |
tree | 00e2417d77c041368e848dd4b73ae60fcae6041c /gprof/source.h | |
parent | 13fb39dd5aa21c81f80845f87b322dc61d219b90 (diff) | |
download | gdb-50eeb3b1603785b7c7e01ba74041fe19ef2e137c.zip gdb-50eeb3b1603785b7c7e01ba74041fe19ef2e137c.tar.gz gdb-50eeb3b1603785b7c7e01ba74041fe19ef2e137c.tar.bz2 |
gprof: remove ASCII formfeed/0x0C bytes from source code
Signed-off-by: Richard Allen <rsaxvc@gmail.com>
Diffstat (limited to 'gprof/source.h')
-rw-r--r-- | gprof/source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/source.h b/gprof/source.h index f729aa7..3dba958 100644 --- a/gprof/source.h +++ b/gprof/source.h @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ - + #ifndef source_h #define source_h |