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-01-16 21:36:27 -08:00 committed by Mark Harrah
parent 4e4455d03a
commit 7c5d4c1692
1 changed files with 1 additions and 1 deletions

View File

@ -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();