perf tools: Protect header files with a consistent style
There was a colorful mix of header guards - standardize them. Signed-off-by: John Kacur <jkacur@redhat.com> LKML-Reference: <alpine.LFD.2.00.0909241756530.11383@localhost.localdomain> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef _INCLUDE_GUARD_SVG_HELPER_
|
||||
#define _INCLUDE_GUARD_SVG_HELPER_
|
||||
#ifndef __PERF_SVGHELPER_H
|
||||
#define __PERF_SVGHELPER_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@ -25,4 +25,4 @@ extern void svg_close(void);
|
||||
|
||||
extern int svg_page_width;
|
||||
|
||||
#endif
|
||||
#endif /* __PERF_SVGHELPER_H */
|
||||
|
Reference in New Issue
Block a user