]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Replace space and tab checks with isblank
authorJason Hobbs <jason.hobbs@calxeda.com>
Tue, 23 Aug 2011 11:06:54 +0000 (11:06 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 17 Oct 2011 20:25:34 +0000 (22:25 +0200)
commit4d91a6ecabd10652abba696e55e952676db0aae1
tree27336d763e25ab047dc39c4b0c1a82a7bfc1d6ce
parentce2d4c9532b338e39f033ef75ae57bcb71c3389e
Replace space and tab checks with isblank

These are various places I found that checked for conditions equivalent
to isblank.

Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
board/hymod/env.c
common/command.c
common/main.c
drivers/bios_emulator/x86emu/debug.c
examples/standalone/smc911x_eeprom.c
lib/hashtable.c