Bug #1038
- Cleaner solution (less code duplication and blank space only when a confirmation is needed) for bug #1038.
This commit is contained in:
committed by
Paul Beckingham
parent
3bf9ebad62
commit
e5d142a468
@@ -119,8 +119,6 @@ int CmdPrepend::execute (std::string& output)
|
||||
std::cout << STRING_CMD_PREPEND_NO << "\n";
|
||||
rc = 1;
|
||||
}
|
||||
if (context.verbose ("blank"))
|
||||
std::cout << "\n";
|
||||
}
|
||||
|
||||
// Now list the project changes.
|
||||
|
||||
Reference in New Issue
Block a user