Whitespace/comment-only changes, to serve as placeholder for the last commit
which I put the wrong log message in for.  The log message should have been:

  Clean up VG_(core_panic_at)() -- pass it ip/sp/fp rather than a
  StackTrace.  This allows m_signals.c to not have to know about
  m_stacktrace.c, nor does core.h need to import pub_core_stacktrace.h any
  more.  (Also fixed a bug that was preventing vg_assert2's extra string
  from being printed.)

  Also moved VG_DEEPEST_BACKTRACE out of core.h into pub_core_execontext.h.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3832 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/core.h b/coregrind/core.h
index e5d499e..0129cc5 100644
--- a/coregrind/core.h
+++ b/coregrind/core.h
@@ -3,7 +3,7 @@
 /*--- A header file for various private parts of Valgrind's core.  ---*/
 /*---                                                       core.h ---*/
 /*--------------------------------------------------------------------*/
-
+ 
 /*
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.