gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 8630de9: gnuastro.conf: file now ends after a


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 8630de9: gnuastro.conf: file now ends after a new-line
Date: Wed, 21 Aug 2019 13:20:50 -0400 (EDT)

branch: master
commit 8630de9dfc60ffb6cb0e64593976fe501a7451f0
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    gnuastro.conf: file now ends after a new-line
    
    Until now, `gnuastro.conf' didn't end in a new line. This could cause
    problems on some automatic parsing scripts or when viewing the contents
    with a `cat' command.
    
    It has been corrected with this commit.
---
 bin/gnuastro.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gnuastro.conf b/bin/gnuastro.conf
index 1ed1845..115b78e 100644
--- a/bin/gnuastro.conf
+++ b/bin/gnuastro.conf
@@ -39,4 +39,4 @@
 
 # Operating mode
  quietmmap        0
- minmapsize       2000000000
\ No newline at end of file
+ minmapsize       2000000000



reply via email to

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