[compute] 06/46: Remove extra semicolon in perf_bolt_saxpy.cpp

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Dec 21 18:28:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository compute.

commit 586f815e482a7e16637460acbfb5de7259a8b592
Author: Jakub Szuppe <j.szuppe at gmail.com>
Date:   Thu Sep 24 15:03:48 2015 +0200

    Remove extra semicolon in perf_bolt_saxpy.cpp
---
 perf/perf_bolt_saxpy.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perf/perf_bolt_saxpy.cpp b/perf/perf_bolt_saxpy.cpp
index a75d870..201f683 100644
--- a/perf/perf_bolt_saxpy.cpp
+++ b/perf/perf_bolt_saxpy.cpp
@@ -29,7 +29,7 @@ BOLT_FUNCTOR(saxpy_functor,
             return _a * x + y;
         };
     };
-);
+)
 
 int main(int argc, char *argv[])
 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/compute.git



More information about the debian-science-commits mailing list