Strip down trailing whitespace.

I have Eclipse configured to do that automatically when saving file.
I decided to finally commit those changes to files I touch a lot.
This commit is contained in:
Grzegorz Kossakowski
2013-02-19 12:18:26 -05:00
committed by Mark Harrah
parent f9059849df
commit d6f4c5ae4f
5 changed files with 18 additions and 18 deletions
@@ -19,7 +19,7 @@ public interface Setup<Analysis>
boolean skip();
/** The file used to cache information across compilations.
* This file can be removed to force a full recompilation.
* This file can be removed to force a full recompilation.
* The file should be unique and not shared between compilations. */
File cacheFile();