Changeset f1380b7 in mainline for boot/Makefile


Ignore:
Timestamp:
2018-03-02T20:21:57Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34e1206
Parents:
a35b458
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:51:04)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:21:57)
Message:

style: Remove trailing whitespace on _all_ lines, including empty ones, remaining files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    ra35b458 rf1380b7  
    8181        echo "</ul></body></html>" >>"$(DIST_PATH)/test/test.html"
    8282endif
    83        
     83
    8484ifeq ($(CONFIG_PCUT_SELF_TESTS),y)
    8585        echo "echo Running all PCUT self-tests..." >"$(DIST_PATH)/test/run_pcut"
     
    9999        echo "</ul></body></html>" >>"$(DIST_PATH)/test/pcut.html"
    100100endif
    101        
     101
    102102        for drv in $(RD_DRVS) ; do \
    103103                drv_dir="`dirname "$$drv"`" ; \
Note: See TracChangeset for help on using the changeset viewer.