From 046c56f449db15b9c9aa113cb03adf695dd7b9b6 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Wed, 4 Jan 2012 11:47:11 +0100 Subject: Remove trailing whitespaces in source code --- agg-plot/split-parser.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'agg-plot/split-parser.h') diff --git a/agg-plot/split-parser.h b/agg-plot/split-parser.h index 7c13988b..dcf7dc20 100644 --- a/agg-plot/split-parser.h +++ b/agg-plot/split-parser.h @@ -20,21 +20,21 @@ public: lexer(const char *str) : m_content(str), m_ptr(m_content) {}; char next() - { + { char c = *m_ptr; if (c != '0円') m_ptr++; return c; }; - void push() - { - if (m_ptr> m_content) - m_ptr--; + void push() + { + if (m_ptr> m_content) + m_ptr--; }; - bool checknext(char reqchar) - { + bool checknext(char reqchar) + { char c = *m_ptr; if (c == reqchar) { @@ -49,7 +49,7 @@ public: static node_type* exprlist (lexer& lex, direction_e dir) { typedef tree::tree_node tree_type; - + tree_type *t = new tree_type(dir); for (int c = 0; ; c++) @@ -89,7 +89,7 @@ public: default: return 0; } - + return 0; } }; -- cgit v1.2.3

AltStyle によって変換されたページ (->オリジナル) /