General: Small whitespace changes
This commit is contained in:
parent
d1d63cf5df
commit
abbf9100b1
1
neofetch
1
neofetch
|
@ -116,6 +116,7 @@ get_distro() {
|
||||||
for release_file in /etc/*-release; do
|
for release_file in /etc/*-release; do
|
||||||
distro+="$(< "$release_file")"
|
distro+="$(< "$release_file")"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [[ -z "$distro" ]]; then
|
if [[ -z "$distro" ]]; then
|
||||||
case "$distro_shorthand" in
|
case "$distro_shorthand" in
|
||||||
"on" | "tiny") distro="$kernel_name" ;;
|
"on" | "tiny") distro="$kernel_name" ;;
|
||||||
|
|
Reference in New Issue