diff options
| author | MrVeink <59528135+MrVeink@users.noreply.github.com> | 2021-06-22 17:21:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-22 17:21:01 +0300 |
| commit | d6e7d247604cefdcb8f0312fc7d4dd0ac8d1bf5b (patch) | |
| tree | d04cc450c55e011ae8b6c694928455e5e3575fba | |
| parent | 54d6884cfd57de456c68ec4a0e6e1cfea8f510c8 (diff) | |
| download | pfetch-d6e7d247604cefdcb8f0312fc7d4dd0ac8d1bf5b.tar.gz | |
Fixed indentation
| -rwxr-xr-x | pfetch | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -1352,18 +1352,18 @@ get_ascii() { ([Ii]glunix*) read_ascii <<-EOF - ${c0} | - ${c0} | | - ${c0} | - ${c0} | ________ - ${c0} | /\\ | \\ - ${c0} / \\ | \\ | - ${c0} / \\ \\ | - ${c0} / \\________\\ - ${c0} \\ / / - ${c0} \\ / / - ${c0} \\ / / - ${c0} \\/________/ + ${c0} | + ${c0} | | + ${c0} | + ${c0} | ________ + ${c0} | /\\ | \\ + ${c0} / \\ | \\ | + ${c0} / \\ \\ | + ${c0} / \\________\\ + ${c0} \\ / / + ${c0} \\ / / + ${c0} \\ / / + ${c0} \\/________/ EOF ;; |
