From 41d165340e8367d66719d5e306cdf55164f6b3c3 Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Wed, 31 Mar 2010 15:12:41 +0200 Subject: Removed trailing whitespaces. --- src/utils/abrt-backtrace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/abrt-backtrace.c') diff --git a/src/utils/abrt-backtrace.c b/src/utils/abrt-backtrace.c index f5f8e64d..e568ed1c 100644 --- a/src/utils/abrt-backtrace.c +++ b/src/utils/abrt-backtrace.c @@ -275,7 +275,7 @@ int main(int argc, char **argv) retval = EX_THREADDETECTIONFAILED; } } - + /* [--rate] Get the quality of the crash thread. */ float q2 = backtrace_quality(backtrace); @@ -297,7 +297,7 @@ int main(int argc, char **argv) { /* Compute and store backtrace rating. */ /* Compute and store backtrace rating. The crash frame - is more important that the others. The frames around + is more important that the others. The frames around the crash are more important than the rest. */ float qtot = 0.25f * q1 + 0.35f * q2 + 0.4f * q3; -- cgit