Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/0e76523e4c12120870a03a5f51143c6283c2704e
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/0e76523e4c12120870a03a5f51143c6283c2704e
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/0e76523e4c12120870a03a5f51143c6283c2704e

The branch, master has been updated
       via  0e76523e4c12120870a03a5f51143c6283c2704e (commit)
      from  cc3c1eb99b01ea2dbcb5751a37f2d0eed6744354 (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 -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=0e76523e4c12120870a03a5f51143c6283c2704e
commit 0e76523e4c12120870a03a5f51143c6283c2704e
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Indentation: spaces to tabs.

diff --git a/utils/utils.c b/utils/utils.c
index 0ddec81..f2a0942 100644
--- a/utils/utils.c
+++ b/utils/utils.c
@@ -571,9 +571,9 @@ nserror nsc_strntimet(const char *str, size_t size, time_t 
*timep)
 
        if (result == -1) {
                return NSERROR_INVALID;
-        }
+       }
 
-        *timep = result;
+       *timep = result;
 
-        return NSERROR_OK;
+       return NSERROR_OK;
 }


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

Summary of changes:
 utils/utils.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/utils/utils.c b/utils/utils.c
index 0ddec81..f2a0942 100644
--- a/utils/utils.c
+++ b/utils/utils.c
@@ -571,9 +571,9 @@ nserror nsc_strntimet(const char *str, size_t size, time_t 
*timep)
 
        if (result == -1) {
                return NSERROR_INVALID;
-        }
+       }
 
-        *timep = result;
+       *timep = result;
 
-        return NSERROR_OK;
+       return NSERROR_OK;
 }


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to