From dff50e09fea194433e15aa6137c835cedcf94a58 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 28 Aug 2008 12:14:49 -0400 Subject: trailing whitespace removal, as approved by emacs (add-hook 'before-save-hook 'delete-trailing-whitespace) --- staptree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'staptree.h') diff --git a/staptree.h b/staptree.h index 9adbc822..770a731e 100644 --- a/staptree.h +++ b/staptree.h @@ -346,7 +346,7 @@ struct print_format: public expression static std::string components_to_string(std::vector const & components); static std::vector string_to_components(std::string const & str); - static bool parse_print(const std::string &name, bool &stream, + static bool parse_print(const std::string &name, bool &stream, bool &format, bool &delim, bool &newline, bool &_char); void print (std::ostream& o) const; -- cgit