Mercurial > hg > octave-lyh
diff liboctave/regex-match.h @ 11586:12df7854fa7c
strip trailing whitespace from source files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:24:59 -0500 |
parents | fd0a3ac60b0e |
children |
line wrap: on
line diff
--- a/liboctave/regex-match.h +++ b/liboctave/regex-match.h @@ -42,7 +42,7 @@ { public: - regex_match (const std::string& p, bool insen = false) + regex_match (const std::string& p, bool insen = false) : pat (p), case_insen (insen) #if HAVE_REGEX , compiled (0) @@ -51,7 +51,7 @@ init (); } - regex_match (const string_vector& p = string_vector (), bool insen = false) + regex_match (const string_vector& p = string_vector (), bool insen = false) : pat (p), case_insen (insen) #if HAVE_REGEX , compiled (0) @@ -60,7 +60,7 @@ init (); } - regex_match (const regex_match& gm) + regex_match (const regex_match& gm) : pat (gm.pat), case_insen (gm.case_insen) #if HAVE_REGEX , compiled (0)