|
From: <sv...@va...> - 2009-04-29 07:26:39
|
Author: sewardj
Date: 2009-04-29 08:26:36 +0100 (Wed, 29 Apr 2009)
New Revision: 9680
Log:
Formatting-only change -- fix some overly indented lines.
Modified:
branches/DARWIN/coregrind/m_debuginfo/readmacho.c
Modified: branches/DARWIN/coregrind/m_debuginfo/readmacho.c
===================================================================
--- branches/DARWIN/coregrind/m_debuginfo/readmacho.c 2009-04-29 05:39:00 UTC (rev 9679)
+++ branches/DARWIN/coregrind/m_debuginfo/readmacho.c 2009-04-29 07:26:36 UTC (rev 9680)
@@ -738,13 +738,13 @@
di->text_avma = di->rx_map_avma;
di->text_size = seg->vmsize;
di->text_bias = di->text_avma - (Addr)seg->vmaddr;
- /* Make the _debug_ values be the same as the
- svma/bias for the primary object, since there is
- no secondary (debuginfo) object, but nevertheless
- downstream biasing of Dwarf3 relies on the
- _debug_ values. */
- di->text_debug_svma = di->text_svma;
- di->text_debug_bias = di->text_bias;
+ /* Make the _debug_ values be the same as the
+ svma/bias for the primary object, since there is
+ no secondary (debuginfo) object, but nevertheless
+ downstream biasing of Dwarf3 relies on the
+ _debug_ values. */
+ di->text_debug_svma = di->text_svma;
+ di->text_debug_bias = di->text_bias;
}
}
else if (cmd->cmd == LC_UUID) {
|