limestone

A KDE marble commandline interface.
git clone git://r-36.net/limestone
Log | Files | Refs | LICENSE

commit 17ce2819687ad35a9f51894dfffbfb8152550d9d
parent 014c3a1d018528adfcaedf464dfc15a5a4248431
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(-)

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;