From patchwork Thu Nov 10 10:49:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 5027 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 0E58623E04 for ; Thu, 10 Nov 2011 10:49:17 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 047F7A18965 for ; Thu, 10 Nov 2011 10:49:17 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id n26so3782483faa.11 for ; Thu, 10 Nov 2011 02:49:16 -0800 (PST) Received: by 10.152.134.116 with SMTP id pj20mr4221333lab.5.1320922156296; Thu, 10 Nov 2011 02:49:16 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.40.7 with SMTP id t7cs1042lak; Thu, 10 Nov 2011 02:49:16 -0800 (PST) Received: by 10.227.209.9 with SMTP id ge9mr3398777wbb.9.1320922153711; Thu, 10 Nov 2011 02:49:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id fd18si4356704wbb.8.2011.11.10.02.49.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Nov 2011 02:49:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1ROSC0-0004R4-UH for ; Thu, 10 Nov 2011 10:49:12 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id D67A0E002F for ; Thu, 10 Nov 2011 10:49:12 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glmark2 X-Launchpad-Branch: ~glmark2-dev/glmark2/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 164 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 164: Canvas, Log: Remove trailing whitespace. Message-Id: <20111110104912.18078.82619.launchpad@ackee.canonical.com> Date: Thu, 10 Nov 2011 10:49:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14263"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 93cc5ce275b1540d68a2477bf9db02e3b0188acb ------------------------------------------------------------ revno: 164 committer: Alexandros Frantzis 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 === 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.