Remove extra space with --powerline-left

This commit is contained in:
Matt McCormick 2016-08-01 12:46:31 -04:00
parent dcadec63a2
commit 1b11c308ac

@ -55,8 +55,7 @@ void powerline( std::ostringstream & oss, const char color[],
std::string colorstr( color ); std::string colorstr( color );
oss << "#[" << colorstr.substr( colorstr.find( "," ) + 1 ) oss << "#[" << colorstr.substr( colorstr.find( "," ) + 1 )
<< PWL_LEFT_FILLED << PWL_LEFT_FILLED
<< color << color;
<< ' ';
} }
break; break;
case POWERLINE_RIGHT: case POWERLINE_RIGHT: