diff options
author | tomsmeding <tom.smeding@gmail.com> | 2016-01-30 10:27:34 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2016-01-30 10:27:34 +0100 |
commit | e916fd6cb3836942456b4f1cc1b44454e393cc62 (patch) | |
tree | 3c3be50a2935ce1c3bf46feaa63756dd32fdda03 | |
parent | 326d316dcb44ca3307244c2a4aa8f2c37c3a43f2 (diff) |
fix indentation
-rw-r--r-- | volume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ bool getmuted(void){ void displayslider(bool m,int vol){ cout<<"\x1B[2K\r0 |" <<string(vol/5,'#')<<string((100-vol)/5,'-') - <<"| 100 ("<<vol<<"%)"; + <<"| 100 ("<<vol<<"%)"; if(m)cout<<" \x1B[1mMUTED (m)\x1B[0m"; cout.flush(); } |