whitespace cleanup

This commit is contained in:
Bozhidar Batsov 2012-12-09 18:18:40 +02:00
parent f931272111
commit 18ed571f29

View file

@ -22,7 +22,7 @@ make_prelude_dirs () {
}
colors () {
# Reset
# Reset
RESET='\e[0m'
RED='\e[0;31m' # Red
GREEN='\e[0;32m' # Green
@ -32,7 +32,7 @@ colors () {
CYAN='\e[0;36m' # Cyan
WHITE='\e[0;37m' # White
# Bold
# Bold
BRED='\e[1;31m' # Red
BGREEN='\e[1;32m' # Green
BYELLOW='\e[1;33m' # Yellow