[med-svn] [aghermann] 76/85: whitepace
andrei zavada
hmmr-guest at alioth.debian.org
Thu Sep 26 23:46:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
hmmr-guest pushed a commit to branch master
in repository aghermann.
commit 7de490add8e4297d2ca72bf0dbe73cdab390255f
Author: Andrei Zavada <johnhommer at gmail.com>
Date: Mon Sep 23 02:12:21 2013 +0300
whitepace
---
upstream/src/common/string.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/upstream/src/common/string.hh b/upstream/src/common/string.hh
index 42fb302..3083168 100644
--- a/upstream/src/common/string.hh
+++ b/upstream/src/common/string.hh
@@ -76,7 +76,7 @@ bool
has_suffix( const string& s, const string& suffix,
TStrCmpCaseOption case_option = TStrCmpCaseOption::sensitive)
{
- return suffix.size() <= s.size() and
+ return suffix.size() <= s.size() and
0 == (case_option == TStrCmpCaseOption::sensitive ? strcmp : strcasecmp)(
&s[s.size()-suffix.size()], &suffix[0]);
}
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git
More information about the debian-med-commit
mailing list