gpsd-commit-watch
[Top][All Lists]
Advanced

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

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-21-


From: Jon Schlueter
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-21-g8c58363
Date: Sun, 07 Feb 2016 02:04: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 "GPSD".

The branch, master has been updated
       via  8c58363868da0d3a1a674d9313502b55726d8a44 (commit)
       via  876a54447b716f36a6f29ff79debccd1b175ff43 (commit)
       via  a8aac3771ef77542ee17e91db74f2de5caa66765 (commit)
       via  1ac155ccd482fe224a4f9ed2b74fb3b9a2e2c04f (commit)
      from  cb0260dab093eb39351dfb12aec947db69fd5792 (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 -----------------------------------------------------------------
commit 8c58363868da0d3a1a674d9313502b55726d8a44
Author: Beat Bolli <address@hidden>
Date:   Sat Feb 6 22:32:55 2016 +0100

    gpxlogger: fix a typo.
    
    Signed-off-by: Beat Bolli <address@hidden>

commit 876a54447b716f36a6f29ff79debccd1b175ff43
Author: Jon Schlueter <address@hidden>
Date:   Sat Feb 6 07:58:59 2016 -0500

    [pep8] reflow cleanup command to make it more readable

commit a8aac3771ef77542ee17e91db74f2de5caa66765
Author: Jon Schlueter <address@hidden>
Date:   Sat Feb 6 07:58:22 2016 -0500

    [pep8] simple pep8 whitespace cleanup in SConstruct

commit 1ac155ccd482fe224a4f9ed2b74fb3b9a2e2c04f
Author: Fred Wright <address@hidden>
Date:   Tue Feb 2 15:47:54 2016 -0800

    Removes tabs from SConstruct.
    
    In general, using tabs for indentation in Python is risky, since the
    quantity of indentation is semantically significant but tabs aren't
    treated as equivalent to the corresponding number of spaces (whatever
    that might be).  Also, this file mostly uses spaces, with just a few
    places failing to conform to its style.
    
    There were three places using tabs for other than normal indentation.
    Two were for emitted C source, where one was a #define where it didn't
    really matter, and the other was one of several lines where only the
    one used a tab.  The third case was a long string constant with
    backslash continuation, which has been changed to use implicit
    continuation and implicit concatenation, which is normally the
    preferred approach.  Note that this changes the <space><tab><spaces>
    to a single <space>, which is probably what was intended, anyway, and
    the amount of whitespace doesn't actually matter in this context.
    
    TESTED:
    Manually examined the content of 'tipwidget', and ran a quick build
    and regression test under Linux.

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

Summary of changes:
 SConstruct  |   53 ++++++++++++++++++++++++++++++++++-------------------
 gpxlogger.c |    2 +-
 2 files changed, 35 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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