whitespace

This commit is contained in:
Jeff Williams 2014-12-18 16:52:41 -08:00
parent 869f63113f
commit 93bbf77eff

View File

@ -45,8 +45,8 @@ function makeUniqueFilename(filename, str) {
// don't allow filenames to begin with an underscore // don't allow filenames to begin with an underscore
if (!filename.length || filename[0] === '_') { if (!filename.length || filename[0] === '_') {
filename = 'X' + filename; filename = 'X' + filename;
key = filename.toLowerCase(); key = filename.toLowerCase();
} }
// append enough underscores to make the filename unique // append enough underscores to make the filename unique