Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-09-02 20:30:27 +0000
committereutarass2009-09-02 20:30:27 +0000
commitecdb7443283d702def3316a40d793efd7ee6115d (patch)
tree81f4b3928e4f85afa33374a39b4ce10fe32c7a16 /dwarfio.c
parentfdf3876192f9cc3962cfec1c614732fef439034f (diff)
downloadorg.eclipse.tcf.agent-ecdb7443283d702def3316a40d793efd7ee6115d.tar.gz
org.eclipse.tcf.agent-ecdb7443283d702def3316a40d793efd7ee6115d.tar.xz
org.eclipse.tcf.agent-ecdb7443283d702def3316a40d793efd7ee6115d.zip
Code cleanup: trailing spaces are removed from the source line
Diffstat (limited to 'dwarfio.c')
-rw-r--r--dwarfio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwarfio.c b/dwarfio.c
index 1898d870..343c2ba4 100644
--- a/dwarfio.c
+++ b/dwarfio.c
@@ -335,7 +335,7 @@ static void dio_ReadFormRefAddr(void) {
U4_T Size = sUnit->mAddressSize;
if (sUnit->mVersion >= 3) Size = sUnit->m64bit ? 8 : 4;
dio_gFormRef = dio_ReadUX(Size);
-}
+}
static void dio_ReadFormString(void) {
dio_gFormDataAddr = sData + sDataPos;

Back to the top