clean up whitespace issues on exercises and friends

Change-Id: I812a73e46ddd4d5fed4d304d9ef92c1de243f497
This commit is contained in:
Sean Dague
2013-10-22 10:06:06 -04:00
parent 101b424842
commit 922c8ae680
8 changed files with 54 additions and 55 deletions

View File

@@ -122,16 +122,16 @@ fi
# test empty option
if ini_has_option test.ini ddd empty; then
echo "OK: ddd.empty present"
echo "OK: ddd.empty present"
else
echo "ini_has_option failed: ddd.empty not found"
echo "ini_has_option failed: ddd.empty not found"
fi
# test non-empty option
if ini_has_option test.ini bbb handlers; then
echo "OK: bbb.handlers present"
echo "OK: bbb.handlers present"
else
echo "ini_has_option failed: bbb.handlers not found"
echo "ini_has_option failed: bbb.handlers not found"
fi
# test changing empty option