diff mbox

[Branch,~glmark2-dev/glmark2/trunk] Rev 164: Canvas, Log: Remove trailing whitespace.

Message ID 20111110104912.18078.82619.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org Nov. 10, 2011, 10:49 a.m. UTC
------------------------------------------------------------
revno: 164
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Thu 2011-11-10 12:33:26 +0200
message:
  Canvas,Log: Remove trailing whitespace.
modified:
  src/canvas.h
  src/log.cpp
  src/log.h


--
lp:glmark2
https://code.launchpad.net/~glmark2-dev/glmark2/trunk

You are subscribed to branch lp:glmark2.
To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'src/canvas.h'
--- src/canvas.h	2011-11-10 10:21:27 +0000
+++ src/canvas.h	2011-11-10 10:33:26 +0000
@@ -63,11 +63,11 @@ 
 
         }
 
-        /** 
+        /**
          * Gets the euclidian distance from this pixel in 3D RGB space.
-         * 
+         *
          * @param p the pixel to get the distance from
-         * 
+         *
          * @return the euclidian distance
          */
         double distance_rgb(const Canvas::Pixel &p)

=== modified file 'src/log.cpp'
--- src/log.cpp	2011-11-01 13:46:05 +0000
+++ src/log.cpp	2011-11-10 10:33:26 +0000
@@ -71,7 +71,7 @@ 
     std::stringstream ss(buf);
 
     while(std::getline(ss, line)) {
-        /* 
+        /*
          * If this line is a continuation of a previous log message
          * just print the line plainly.
          */

=== modified file 'src/log.h'
--- src/log.h	2011-11-01 13:46:05 +0000
+++ src/log.h	2011-11-10 10:33:26 +0000
@@ -24,7 +24,7 @@ 
 #ifndef LOG_H_
 #define LOG_H_
 
-/** 
+/**
  * A prefix that informs the logging infrastructure that the log
  * message is a continuation of a previous log message to be put
  * on the same line.