Skip to content

Commit 9d7c987

Browse files
committed
Remove tabs.
1 parent 0a7005d commit 9d7c987

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

include/boost/program_options/errors.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ namespace boost { namespace program_options {
105105
std::map<std::string, string_pair > m_substitution_defaults;
106106

107107
public:
108-
/** template with placeholders */
109-
std::string m_error_template;
108+
/** template with placeholders */
109+
std::string m_error_template;
110110

111-
error_with_option_name(const std::string& template_,
112-
const std::string& option_name = "",
113-
const std::string& original_token = "",
114-
int option_style = 0);
111+
error_with_option_name(const std::string& template_,
112+
const std::string& option_name = "",
113+
const std::string& original_token = "",
114+
int option_style = 0);
115115

116116
/** gcc says that throw specification on dtor is loosened
117117
* without this line

test/exception_txt_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ void test_invalid_option_value_exception_msg()
152152
{
153153
options_description desc;
154154
desc.add_options()
155-
("int-option,d", value< int >(), "An option taking an integer")
155+
("int-option,d", value< int >(), "An option taking an integer")
156156
;
157157

158158
vector<vector<const char*> > argv;
@@ -308,7 +308,7 @@ void test_invalid_bool_value_exception_msg()
308308
{
309309
options_description desc;
310310
desc.add_options()
311-
("bool_option,b", value< bool>(), "bool_option")
311+
("bool_option,b", value< bool>(), "bool_option")
312312
;
313313

314314

0 commit comments

Comments
 (0)