From 1b11c308aca0507d98205400ba94e000ab11b240 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 1 Aug 2016 12:46:31 -0400 Subject: [PATCH] Remove extra space with --powerline-left --- common/powerline.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/powerline.cc b/common/powerline.cc index 46812f8..8b7037f 100644 --- a/common/powerline.cc +++ b/common/powerline.cc @@ -55,8 +55,7 @@ void powerline( std::ostringstream & oss, const char color[], std::string colorstr( color ); oss << "#[" << colorstr.substr( colorstr.find( "," ) + 1 ) << PWL_LEFT_FILLED - << color - << ' '; + << color; } break; case POWERLINE_RIGHT: