[med-svn] [aghermann] 05/08: trim whitespaces after tab-to-8-spaces expansion
andrei zavada
hmmr-guest at moszumanska.debian.org
Wed May 14 21:23:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
hmmr-guest pushed a commit to branch master
in repository aghermann.
commit be4d2ae7af0a3fc67849f08dfd3c04a87a34b251
Author: Andrei Zavada <hmmr at fa2>
Date: Wed Apr 23 17:45:03 2014 +0300
trim whitespaces after tab-to-8-spaces expansion
---
upstream/src/tools/agh-profile-gen.cc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/upstream/src/tools/agh-profile-gen.cc b/upstream/src/tools/agh-profile-gen.cc
index 8e7f994..44ba23c 100644
--- a/upstream/src/tools/agh-profile-gen.cc
+++ b/upstream/src/tools/agh-profile-gen.cc
@@ -81,10 +81,10 @@ static struct argp argp = {
struct SArguments {
- string file;
- int h;
+ string file;
+ int h;
- double pagesize, // will propagate to any *_pp
+ double pagesize, // will propagate to any *_pp
step;
set<metrics::TType>
@@ -182,7 +182,7 @@ main( int argc, char **argv)
if ( !isfinite(A.step) )
throw invalid_argument ("Missing or invalid step");
- bool do_psd = A.types.find( metrics::TType::psd) != A.types.end(),
+ bool do_psd = A.types.find( metrics::TType::psd) != A.types.end(),
do_mc = A.types.find( metrics::TType:: mc) != A.types.end(),
do_swu = A.types.find( metrics::TType::swu) != A.types.end();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git
More information about the debian-med-commit
mailing list