gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-34


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-345-g6928ad3
Date: Sun, 25 Dec 2011 22:41:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  6928ad355c17f5919dc67713a30b65f0b0a1187e (commit)
      from  6d59b8b1a0f96b41a6160b6ddd1dae2396ff38c5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=6928ad355c17f5919dc67713a30b65f0b0a1187e


commit 6928ad355c17f5919dc67713a30b65f0b0a1187e
Author: Daniele Forsi <address@hidden>
Date:   Sun Dec 25 23:41:26 2011 +0100

    Whitespace cleanup

diff --git a/gnokii/gnokii.c b/gnokii/gnokii.c
index ae39196..f49508f 100644
--- a/gnokii/gnokii.c
+++ b/gnokii/gnokii.c
@@ -452,14 +452,14 @@ static int foogle(int argc, char *argv[])
 
 static int ping(gn_data *data, struct gn_statemachine *state)
 {
-        gn_error err;
+       gn_error err;
 
        err = gn_sm_functions(GN_OP_Ping, data, state);
        if (err == GN_ERR_NONE)
-               fprintf(stdout, _("Device responded OK.\n"));
-        else
-                fprintf(stdout, _("Device did not respond.\n"));
-        return err;
+               fprintf(stdout, _("Device responded OK.\n"));
+       else
+               fprintf(stdout, _("Device did not respond.\n"));
+       return err;
 }
 
 static int parse_options(int argc, char *argv[])

-----------------------------------------------------------------------

Summary of changes:
 gnokii/gnokii.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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