whitespace warnings

This commit is contained in:
Peter Cottle 2013-12-08 10:37:10 -08:00
parent 7ac852dae5
commit 598f8263b3
3 changed files with 3 additions and 3 deletions

View file

@ -620,7 +620,7 @@ var commandConfig = {
var args = null;
if (commandOptions['-b']) {
// the user is really trying to just make a
// the user is really trying to just make a
// branch and then switch to it. so first:
args = commandOptions['-b'].concat(generalArgs);
command.twoArgsImpliedHead(args, '-b');