From 4178db5f632721eefb58c42d684fc10f8f4fb9da Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Oct 2015 15:11:15 -0400 Subject: globally remove all trailing whitespace from .cpp and .hpp files missed by previous commit --- libs/vamp-plugins/ZeroCrossing.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/vamp-plugins/ZeroCrossing.cpp') diff --git a/libs/vamp-plugins/ZeroCrossing.cpp b/libs/vamp-plugins/ZeroCrossing.cpp index 4b678e3f8f..a04b0b6f28 100644 --- a/libs/vamp-plugins/ZeroCrossing.cpp +++ b/libs/vamp-plugins/ZeroCrossing.cpp @@ -7,7 +7,7 @@ Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without @@ -165,7 +165,7 @@ ZeroCrossing::process(const float *const *inputBuffers, } if (crossing) { - ++count; + ++count; Feature feature; feature.hasTimestamp = true; feature.timestamp = timestamp + -- cgit v1.2.3