Whitespace fix.

This commit is contained in:
Dominik Ritter 2015-07-28 19:50:53 +02:00
parent e025a6cdd4
commit 8a6b9fe09d

View file

@ -529,7 +529,7 @@ prompt_os_icon() {
"Darwin") OS_ICON=$APPLE_ICON ;; "Darwin") OS_ICON=$APPLE_ICON ;;
"FreeBSD") OS_ICON=$FREEBSD_ICON ;; "FreeBSD") OS_ICON=$FREEBSD_ICON ;;
"Linux") OS_ICON=$LINUX_ICON ;; "Linux") OS_ICON=$LINUX_ICON ;;
"SunOS") OS_ICON=$SUNOS_ICON ;; "SunOS") OS_ICON=$SUNOS_ICON ;;
*) OS_ICON='' ;; *) OS_ICON='' ;;
esac esac
$1_prompt_segment "$0" "008" "241" "$OS_ICON" $1_prompt_segment "$0" "008" "241" "$OS_ICON"