Skip to content

Commit a9993a8

Browse files
committed
Fix indent
[SVN r79289]
1 parent d27da53 commit a9993a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmdline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ namespace boost { namespace program_options { namespace detail {
455455
// if they look like options
456456
if (opt.value.size() <= min_tokens)
457457
{
458-
min_tokens -= static_cast<unsigned>(opt.value.size());
458+
min_tokens -= static_cast<unsigned>(opt.value.size());
459459
}
460460
else
461461
{

0 commit comments

Comments
 (0)