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-54


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-543-gebeb839
Date: Mon, 06 Jan 2014 16:21:45 +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  ebeb839d0508e3d6bb9a66cb57a3d54ff9010bee (commit)
      from  0766825ecf9c8a8ebf1aae7c267ee8f3cb539d62 (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=ebeb839d0508e3d6bb9a66cb57a3d54ff9010bee


commit ebeb839d0508e3d6bb9a66cb57a3d54ff9010bee
Author: Daniele Forsi <address@hidden>
Date:   Mon Jan 6 17:21:12 2014 +0100

    More trivial whitespace fixes
    
    To see if only whitespace has been modified, use:
    git log --patch --ignore-all-space

diff --git a/gnokii/gnokii-dial.c b/gnokii/gnokii-dial.c
index 5a7ec91..57e8352 100644
--- a/gnokii/gnokii-dial.c
+++ b/gnokii/gnokii-dial.c
@@ -139,7 +139,7 @@ gn_error setspeeddial(char *argv[], gn_data *data, struct 
gn_statemachine *state
 /* Voice dialing mode. */
 gn_error dialvoice(char *number, gn_data *data, struct gn_statemachine *state)
 {
-       gn_call_info call_info;
+       gn_call_info call_info;
        gn_error error;
        int call_id;
 
@@ -186,7 +186,7 @@ int answercall_usage(FILE *f, int exitval)
 /* Answering incoming call */
 gn_error answercall(char *callid, gn_data *data, struct gn_statemachine *state)
 {
-       gn_call_info callinfo;
+       gn_call_info callinfo;
        gn_error error;
 
        memset(&callinfo, 0, sizeof(callinfo));
@@ -217,7 +217,7 @@ int hangup_usage(FILE *f, int exitval)
 /* Hangup the call */
 gn_error hangup(char *callid, gn_data *data, struct gn_statemachine *state)
 {
-       gn_call_info callinfo;
+       gn_call_info callinfo;
        gn_error error;
 
        memset(&callinfo, 0, sizeof(callinfo));
diff --git a/gnokii/gnokii-file.c b/gnokii/gnokii-file.c
index eba23aa..c979947 100644
--- a/gnokii/gnokii-file.c
+++ b/gnokii/gnokii-file.c
@@ -70,7 +70,7 @@ static void set_fileid(gn_file *fi, char *arg)
 /* Get file list. */
 gn_error getfilelist(char *path, gn_data *data, struct gn_statemachine *state)
 {
-       gn_file_list fi;
+       gn_file_list fi;
        gn_error error;
        int i;
 
@@ -94,8 +94,8 @@ gn_error getfilelist(char *path, gn_data *data, struct 
gn_statemachine *state)
 
 gn_error getfiledetailsbyid(int argc, char *argv[], gn_data *data, struct 
gn_statemachine *state)
 {
-       gn_file fi;
-       gn_file_list fil;
+       gn_file fi;
+       gn_file_list fil;
        gn_error error;
        int i;
 
@@ -128,8 +128,8 @@ gn_error getfiledetailsbyid(int argc, char *argv[], gn_data 
*data, struct gn_sta
                fprintf(stdout, _("| %s (%d)\n"), fi.name, fileid);
                for (i = 0; i < fil.file_count; i++) {
                        int j;
-                       gn_file fi2;
-                       gn_file_list fil2;
+                       gn_file fi2;
+                       gn_file_list fil2;
                        gn_error error2;
 
                        dprintf("getting %s\n", fil.files[i]->id);
@@ -165,7 +165,7 @@ gn_error getfiledetailsbyid(int argc, char *argv[], gn_data 
*data, struct gn_sta
 /* Get file id */
 gn_error getfileid(char *filename, gn_data *data, struct gn_statemachine 
*state)
 {
-       gn_file fi;
+       gn_file fi;
        gn_error error;
 
        memset(&fi, 0, sizeof(fi));
@@ -185,7 +185,7 @@ gn_error getfileid(char *filename, gn_data *data, struct 
gn_statemachine *state)
 /* Delete file */
 gn_error deletefile(char *filename, gn_data *data, struct gn_statemachine 
*state)
 {
-       gn_file fi;
+       gn_file fi;
        gn_error error;
 
        memset(&fi, 0, sizeof(fi));
@@ -205,7 +205,7 @@ gn_error deletefile(char *filename, gn_data *data, struct 
gn_statemachine *state
 /* Delete file */
 gn_error deletefilebyid(char *id, gn_data *data, struct gn_statemachine *state)
 {
-       gn_file fi;
+       gn_file fi;
        gn_error error;
 
        memset(&fi, 0, sizeof(fi));
@@ -231,7 +231,7 @@ int getfile_usage(FILE *f, int exitval)
 /* Get file */
 gn_error getfile(int argc, char *argv[], gn_data *data, struct gn_statemachine 
*state)
 {
-       gn_file fi;
+       gn_file fi;
        gn_error error;
        FILE *f;
        char filename2[512];
@@ -295,8 +295,8 @@ int getfilebyid_usage(FILE *f, int exitval)
 /* Get file */
 gn_error getfilebyid(int argc, char *argv[], gn_data *data, struct 
gn_statemachine *state)
 {
-       gn_file fi;
-       gn_file_list fil;
+       gn_file fi;
+       gn_file_list fil;
        gn_error error;
        FILE *f;
        char filename2[512];
@@ -347,7 +347,7 @@ gn_error getfilebyid(int argc, char *argv[], gn_data *data, 
struct gn_statemachi
 /* Get all files */
 gn_error getallfiles(char *path, gn_data *data, struct gn_statemachine *state)
 {
-       gn_file_list fi;
+       gn_file_list fi;
        gn_error error;
        int i;
        FILE *f;
diff --git a/gnokii/gnokii-other.c b/gnokii/gnokii-other.c
index 23b009a..278ade8 100644
--- a/gnokii/gnokii-other.c
+++ b/gnokii/gnokii-other.c
@@ -176,9 +176,9 @@ gn_error getnetworkinfo(gn_data *data, struct 
gn_statemachine *state)
        }
 
        /* Ugly, ugly, ... */
-        if (networkinfo.cell_id[2] == 0 && networkinfo.cell_id[3] == 0)  
-               cid = (networkinfo.cell_id[0] << 8) + networkinfo.cell_id[1];
-       else  
+       if (networkinfo.cell_id[2] == 0 && networkinfo.cell_id[3] == 0)  
+               cid = (networkinfo.cell_id[0] << 8) + networkinfo.cell_id[1];
+       else
                cid = (networkinfo.cell_id[0] << 24) + (networkinfo.cell_id[1] 
<< 16) + (networkinfo.cell_id[2] << 8) + networkinfo.cell_id[3];
        lac = (networkinfo.LAC[0] << 8) + networkinfo.LAC[1];
        memcpy(country, networkinfo.network_code, 3);
diff --git a/gnokii/gnokii-sms.c b/gnokii/gnokii-sms.c
index ae20de6..d11da8b 100644
--- a/gnokii/gnokii-sms.c
+++ b/gnokii/gnokii-sms.c
@@ -281,8 +281,8 @@ gn_error sendsms(int argc, char *argv[], gn_data *data, 
struct gn_statemachine *
                        wp.text = message_buffer;
 
                        if (gn_wap_push_encode(&wp) != GN_ERR_NONE) {
-                           fprintf(stderr, _("WAP Push encoding failed!\n"));
-                           return GN_ERR_FAILED;
+                               fprintf(stderr, _("WAP Push encoding 
failed!\n"));
+                               return GN_ERR_FAILED;
                        }
 
                        memcpy(sms.user_data[curpos].u.text, wp.data, 
wp.data_len);

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

Summary of changes:
 gnokii/gnokii-dial.c  |    6 +++---
 gnokii/gnokii-file.c  |   24 ++++++++++++------------
 gnokii/gnokii-other.c |    6 +++---
 gnokii/gnokii-sms.c   |    4 ++--
 4 files changed, 20 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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