[progress bar] Add an extra newline at the end
This commit is contained in:
		| @@ -16,6 +16,9 @@ namespace { | ||||
|  | ||||
| 			update_percent(0); | ||||
| 		} | ||||
| 		~progress_bar() { | ||||
| 			cout << "\n"; | ||||
| 		} | ||||
|  | ||||
| 		void update_percent(unsigned p) { | ||||
| 			unsigned nr_equals = max<unsigned>(progress_width_ * p / 100, 1); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user