Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-10-25 19:49:36 +0400
committerChristopher Faylor <me@cgf.cx>2004-10-25 19:49:36 +0400
commit4bfc614b42c52ed78f66abff92e9103a9ce549e1 (patch)
treef698a4d89c2508cb1763156b804ae5bf0c832602 /winsup/utils/dumper.cc
parentbc4ab9927687b3b2c67cce6e88ce6b5c15bd81c5 (diff)
fix whitespace, update some copyrights
Diffstat (limited to 'winsup/utils/dumper.cc')
-rw-r--r--winsup/utils/dumper.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/utils/dumper.cc b/winsup/utils/dumper.cc
index aec8b12a3..e5e91e2ef 100644
--- a/winsup/utils/dumper.cc
+++ b/winsup/utils/dumper.cc
@@ -411,8 +411,8 @@ dumper::dump_thread (asection * to, process_thread * thread)
if (tid == 0)
{
/* this is a special case. we don't know, which thread
- was active when exception occured, so let's blame
- the first one */
+ was active when exception occured, so let's blame
+ the first one */
thread_pstatus.data.thread_info.is_active_thread = TRUE;
tid = (DWORD) - 1;
}
@@ -795,7 +795,7 @@ struct option longopts[] = {
{0, no_argument, NULL, 0}
};
-static void
+static void
print_version ()
{
const char *v = strchr (version, ':');