Show
Ignore:
Timestamp:
10/06/08 00:22:07 (16 years ago)
Author:
jerome
Message:

Removed spaces at EOL.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/tests/runtest.sh

    r564 r3436  
    88# the Free Software Foundation, either version 3 of the License, or 
    99# (at your option) any later version. 
    10 #  
     10# 
    1111# This program is distributed in the hope that it will be useful, 
    1212# but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414# GNU General Public License for more details. 
    15 #  
     15# 
    1616# You should have received a copy of the GNU General Public License 
    1717# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     
    1919echo "Analyzing colors..." 
    2020if ! [ -f "colors.pdf" ]  ; then 
    21    python ./runcolors.py ;  
     21   python ./runcolors.py ; 
    2222fi ; 
    23 echo  
     23echo 
    2424 
    2525for cspace in BW RGB CMY CMYK GC ; do 
     
    2727    pkpgcounter --colorspace $cspace colors.pdf ; 
    2828    echo ; 
    29 done     
     29done 
    3030 
    3131echo "Generating testsuite..."