aboutsummaryrefslogtreecommitdiff
path: root/include/demangle.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-07-14 09:14:50 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-07-14 09:18:16 -0700
commit1d83d382dea9b98d4aa4aa0083713447b83e0ba5 (patch)
tree73f79ea2f169e6743d6d3cdee3834824d868c44c /include/demangle.h
parent4d6404f01d38b1f34bd9bba4d78276e8154f3312 (diff)
downloadfsf-binutils-gdb-1d83d382dea9b98d4aa4aa0083713447b83e0ba5.zip
fsf-binutils-gdb-1d83d382dea9b98d4aa4aa0083713447b83e0ba5.tar.gz
fsf-binutils-gdb-1d83d382dea9b98d4aa4aa0083713447b83e0ba5.tar.bz2
Remove trailing spaces in demangle.h
Diffstat (limited to 'include/demangle.h')
-rw-r--r--include/demangle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/demangle.h b/include/demangle.h
index 9e61d3c..e415de0 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -1,6 +1,6 @@
/* Defs for interface to demanglers.
Copyright (C) 1992-2015 Free Software Foundation, Inc.
-
+
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2, or
@@ -143,10 +143,10 @@ cplus_mangle_opname (const char *opname, int options);
extern void
set_cplus_marker_for_demangling (int ch);
-extern enum demangling_styles
+extern enum demangling_styles
cplus_demangle_set_style (enum demangling_styles style);
-extern enum demangling_styles
+extern enum demangling_styles
cplus_demangle_name_to_style (const char *name);
/* Callback typedef for allocation-less demangler interfaces. */