Remove trailing spaces in demangle.h

This commit is contained in:
H.J. Lu
2015-07-14 09:14:50 -07:00
parent 4d6404f01d
commit 1d83d382de

View File

@ -1,6 +1,6 @@
/* Defs for interface to demanglers. /* Defs for interface to demanglers.
Copyright (C) 1992-2015 Free Software Foundation, Inc. Copyright (C) 1992-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2, or 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 extern void
set_cplus_marker_for_demangling (int ch); set_cplus_marker_for_demangling (int ch);
extern enum demangling_styles extern enum demangling_styles
cplus_demangle_set_style (enum demangling_styles style); cplus_demangle_set_style (enum demangling_styles style);
extern enum demangling_styles extern enum demangling_styles
cplus_demangle_name_to_style (const char *name); cplus_demangle_name_to_style (const char *name);
/* Callback typedef for allocation-less demangler interfaces. */ /* Callback typedef for allocation-less demangler interfaces. */