var foo = (function () {
'use strict';
function foo () {
console.log( 'indented with spaces' );
}
return foo;
}());