-
Type:
Sub-task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Fix Version/s: 0.99.2
-
Component/s: None
-
Labels:
-
Hadoop Flags:Reviewed
We have a number of files with tabs for whitespace. Our style guide and our checkstyle settings don't allow them, so clean them up.
Doing this in a dedicate patch should make dealing with the churn easier, since ignoring whitespace changes will make the patch appear empty.
To get a list of files:
grep -rl -e "\t" */src/ | grep java$