Project "Tuxbox-GIT: apps":

The branch, master has been updated
       via  fdca0ea1c62b7c43bd6810dea975c81897547597 (commit)
      from  1f09dc36e1958d3484fd857a03854007c4147520 (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 fdca0ea1c62b7c43bd6810dea975c81897547597
Author: GetAway <get-a...@t-online.de>
Date:   Tue May 12 19:49:23 2015 +0200

    remove extra ';' and whitespaces
    
    Signed-off-by: GetAway <get-a...@t-online.de>

diff --git a/dvb/zapit/include/zapit/client/zapittools.h 
b/dvb/zapit/include/zapit/client/zapittools.h
index 9327124..487d2a4 100644
--- a/dvb/zapit/include/zapit/client/zapittools.h
+++ b/dvb/zapit/include/zapit/client/zapittools.h
@@ -31,6 +31,6 @@ namespace ZapitTools
        std::string UTF8_to_Latin1 (const char *);
        std::string UTF8_to_UTF8XML(const char *);
        std::string Latin1_to_UTF8 (const char *);
-};
+}
 
 #endif
diff --git a/dvb/zapit/lib/zapittools.cpp b/dvb/zapit/lib/zapittools.cpp
index acfda09..1c1ce51 100644
--- a/dvb/zapit/lib/zapittools.cpp
+++ b/dvb/zapit/lib/zapittools.cpp
@@ -69,7 +69,7 @@ namespace ZapitTools {
        std::string UTF8_to_UTF8XML(const char * s)
        {
                std::string r;
-       
+
                while ((*s) != 0)
                {
                        /* cf.
@@ -79,7 +79,7 @@ namespace ZapitTools {
                         */
                        switch (*s)
                        {
-                       case '<':           
+                       case '<':     
                                r += "&lt;";
                                break;
                        case '>':
@@ -105,7 +105,7 @@ namespace ZapitTools {
        std::string Latin1_to_UTF8(const char * s)
        {
                std::string r;
-       
+
                while((*s) != 0)
                {
                        unsigned char c = *s;
@@ -121,7 +121,7 @@ namespace ZapitTools {
                        }
 
                        s++;
-               }               
+               }
                return r;
        }
-};
+}

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

Summary of changes:
 dvb/zapit/include/zapit/client/zapittools.h |    2 +-
 dvb/zapit/lib/zapittools.cpp                |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)


-- 
Tuxbox-GIT: apps

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Tuxbox-cvs-commits mailing list
Tuxbox-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tuxbox-cvs-commits

Reply via email to