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