ack
On Thu, 2012-04-05 at 17:18 -0500, Endi Sukma Dewata wrote:
Whitespaces in Java code have been removed with the following
command:
find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//'
{} \;
Ticket #134
Due to the size, the patch is posted here:
http://fedorapeople.org/gitweb?p=edewata/public_git/pki.git;a=commitdiff;...