A small style change. - limestone - A KDE marble commandline interface.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 17ce2819687ad35a9f51894dfffbfb8152550d9d
 (DIR) parent 014c3a1d018528adfcaedf464dfc15a5a4248431
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 27 Feb 2016 22:38:59 +0100
       
       A small style change.
       
       Diffstat:
         limestone.cpp                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/limestone.cpp b/limestone.cpp
       @@ -251,7 +251,7 @@ main(int argc, char *argv[])
                                if (parseposition(upath+1, &lat, &lon, &alt))
                                        usage();
                                doposition = true;
       -                } else if(!strncmp(uri, "geo:", 4)) {
       +                } else if (!strncmp(uri, "geo:", 4)) {
                                if (parseposition(upath, &lat, &lon, &alt))
                                        usage();
                                doposition = true;