Jeff Williams 48e6c392d5 huge whitespace cleanup
- remove all trailing whitespace
- for consistency, replace all tabs with spaces
2014-03-03 07:43:01 -08:00

10 lines
145 B
JavaScript

/** document me */
const GREEN = 1,
RED = 0;
/** document me */
var validate = function(){};
var i,
/** document me */
results;