[project @ 2002-07-18 09:12:03 by simonmar]
authorsimonmar <unknown>
Thu, 18 Jul 2002 09:12:03 +0000 (09:12 +0000)
committersimonmar <unknown>
Thu, 18 Jul 2002 09:12:03 +0000 (09:12 +0000)
cosmetic only

ghc/rts/Profiling.h

index dccf444..7cc38df 100644 (file)
@@ -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