RaiMan / SikuliX-2014

SikuliX version 1.1.2 (until February 2018)
http://sikulix.com
806 stars 235 forks source link

White-space clean up #223

Closed UnitedMarsupials-zz closed 8 years ago

UnitedMarsupials-zz commented 8 years ago

This commit makes the following changes:

There are no other changes and output of:

git diff --ignore-blank-lines -w

is empty as expected.

Alternatively, here is the Tcl-script used to perform the clean up: blank-clean.tcl. Run it as something like:

find . -type f \( -name \*.java -o -name \*.cpp -o -name \*.h -o -name \*.hpp \) | \
    xargs tclsh blank-clean.tcl
RaiMan commented 8 years ago

ok thanks. I trust your apparent professionality ;-)