gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master b06fbce 03/62: Completion: Fix indentations


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master b06fbce 03/62: Completion: Fix indentations
Date: Thu, 13 May 2021 22:20:45 -0400 (EDT)

branch: master
commit b06fbce8108ce111174adeb9e67f413f40b69c09
Author: Pedram Ashofteh Ardakani <pedramardakani@pm.me>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Completion: Fix indentations
---
 bin/cosmiccal/astcosmiccal-completion.bash | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/cosmiccal/astcosmiccal-completion.bash 
b/bin/cosmiccal/astcosmiccal-completion.bash
index c7479da..50c1aed 100644
--- a/bin/cosmiccal/astcosmiccal-completion.bash
+++ b/bin/cosmiccal/astcosmiccal-completion.bash
@@ -18,8 +18,8 @@ _astcosmiccal_completions(){
     if [ $prev = "--lineatz" ]; then
         # Show all sub options in "lineatz"
         COMPREPLY=($(compgen -W "$(astcosmiccal --listlines | \
-                           awk '!/^#/ {print $2}') " \
-                           -- "$word"));
+                             awk '!/^#/ {print $2}') " \
+                             -- "$word"));
     else
         # Show all options in CosmicCalculator:
         COMPREPLY=($(compgen -W "$(astcosmiccal --help | \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]