summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-07-18 09:12:03 +0000
committersimonmar <unknown>2002-07-18 09:12:03 +0000
commit80164adadb52f16b557e283ac4cd3810848d7561 (patch)
tree32bb65b2cfd51c64823f12a387697a3d84587f26
parent3db151b4334c3af02aaaa5f8f1b233805ee90086 (diff)
downloadhaskell-80164adadb52f16b557e283ac4cd3810848d7561.tar.gz
[project @ 2002-07-18 09:12:03 by simonmar]
cosmetic only
-rw-r--r--ghc/rts/Profiling.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ghc/rts/Profiling.h b/ghc/rts/Profiling.h
index dccf4440e6..7cc38df79e 100644
--- a/ghc/rts/Profiling.h
+++ b/ghc/rts/Profiling.h
@@ -1,6 +1,5 @@
/* -----------------------------------------------------------------------------
-
- * $Id: Profiling.h,v 1.4 2001/12/12 14:31:43 simonmar Exp $
+ * $Id: Profiling.h,v 1.5 2002/07/18 09:12:03 simonmar Exp $
*
* (c) The GHC Team, 1998-2000
*
@@ -28,5 +27,4 @@ extern lnat total_prof_ticks;
extern void fprintCCS( FILE *f, CostCentreStack *ccs );
-
#endif