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 "Raptor RDF parser and serializer library".

The branch, master has been updated
       via  074e2ecf23d821f7731ef880fd3788e1d92926b2 (commit)
      from  9c72b22bb44f9f49fc776d0b48f860133f004f61 (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 074e2ecf23d821f7731ef880fd3788e1d92926b2
Author: Dave Beckett <[email protected]>
Date:   Tue Jan 5 18:50:00 2010 -0800

    Code style - whitespace around assignment and comparison ops

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

Summary of changes:
 src/n3_lexer.l                  |  168 ++++----
 src/n3_parser.y                 |  244 ++++++------
 src/ntriples_parse.c            |  252 ++++++------
 src/parsedate.y                 |  160 ++++----
 src/raptor.h                    |    4 +-
 src/raptor_abbrev.c             |   44 +-
 src/raptor_avltree.c            |  260 ++++++------
 src/raptor_expat.c              |   10 +-
 src/raptor_feature.c            |   10 +-
 src/raptor_general.c            |   48 +-
 src/raptor_grddl.c              |  478 +++++++++++-----------
 src/raptor_guess.c              |   38 +-
 src/raptor_identifier.c         |   48 +-
 src/raptor_iostream.c           |  292 +++++++-------
 src/raptor_json_writer.c        |   40 +-
 src/raptor_librdfa.c            |   84 ++--
 src/raptor_libxml.c             |  134 +++---
 src/raptor_locator.c            |   24 +-
 src/raptor_memstr.c             |    4 +-
 src/raptor_namespace.c          |   92 ++--
 src/raptor_nfc.c                |   72 ++--
 src/raptor_nfc_test.c           |   54 ++--
 src/raptor_parse.c              |  388 +++++++++---------
 src/raptor_qname.c              |  140 +++---
 src/raptor_rdfxml.c             |  894 +++++++++++++++++++-------------------
 src/raptor_rfc2396.c            |  150 ++++----
 src/raptor_rss.c                |   40 +-
 src/raptor_rss.h                |    2 +-
 src/raptor_rss_common.c         |  122 +++---
 src/raptor_sax2.c               |  192 +++++-----
 src/raptor_sequence.c           |  100 +++---
 src/raptor_serialize.c          |  166 ++++----
 src/raptor_serialize_dot.c      |   28 +-
 src/raptor_serialize_json.c     |   56 ++--
 src/raptor_serialize_ntriples.c |    2 +-
 src/raptor_serialize_rdfxml.c   |  220 +++++-----
 src/raptor_serialize_rdfxmla.c  |  226 +++++-----
 src/raptor_serialize_rss.c      |  688 +++++++++++++++---------------
 src/raptor_serialize_simple.c   |    2 +-
 src/raptor_serialize_turtle.c   |  164 ++++----
 src/raptor_set.c                |   64 ++--
 src/raptor_statement.c          |  128 +++---
 src/raptor_stringbuffer.c       |  146 ++++----
 src/raptor_turtle_writer.c      |   78 ++--
 src/raptor_uri.c                |  308 +++++++-------
 src/raptor_utf8.c               |   62 ++--
 src/raptor_www.c                |  156 ++++----
 src/raptor_www_curl.c           |   36 +-
 src/raptor_www_libfetch.c       |    8 +-
 src/raptor_www_libxml.c         |   44 +-
 src/raptor_www_test.c           |   12 +-
 src/raptor_xml.c                |  160 ++++----
 src/raptor_xml_writer.c         |  170 ++++----
 src/raptor_xsd.c                |    4 +-
 src/snprintf.c                  |   10 +-
 src/strcasecmp.c                |   18 +-
 src/turtle_common.c             |   14 +-
 src/turtle_lexer.l              |  166 ++++----
 src/turtle_parser.y             |  292 +++++++-------
 utils/getopt.c                  |   24 +-
 utils/rapper.c                  |  260 ++++++------
 utils/rdfdiff.c                 |  102 +++---
 62 files changed, 4201 insertions(+), 4201 deletions(-)


hooks/post-receive
-- 
Raptor RDF parser and serializer library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits

Reply via email to