summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-03-31 15:12:41 +0200
committerKarel Klic <kklic@redhat.com>2010-03-31 15:12:41 +0200
commit41d165340e8367d66719d5e306cdf55164f6b3c3 (patch)
tree08295a240a5d2fa584c7bd03dac14b1cb09bfac4 /src/utils
parentd97ff74a7c897122d4789418efa451bee2f0b784 (diff)
downloadabrt-41d165340e8367d66719d5e306cdf55164f6b3c3.tar.gz
abrt-41d165340e8367d66719d5e306cdf55164f6b3c3.tar.xz
abrt-41d165340e8367d66719d5e306cdf55164f6b3c3.zip
Removed trailing whitespaces.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/abrt-backtrace.c4
1 files changed, 2 insertions, 2 deletions
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;