Skip to main content
summaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
authorEugene Tarassov2013-04-03 15:55:58 +0000
committerEugene Tarassov2013-04-03 15:55:58 +0000
commit02490e43d59d2edbea0c721467b6958eef74d5cd (patch)
treee361619d26a8a0deb4f07705d4c60d833cbcf681 /agent
parent365a449f409e3da4221ae04dcadb693396c64906 (diff)
downloadorg.eclipse.tcf.agent-02490e43d59d2edbea0c721467b6958eef74d5cd.tar.gz
org.eclipse.tcf.agent-02490e43d59d2edbea0c721467b6958eef74d5cd.tar.xz
org.eclipse.tcf.agent-02490e43d59d2edbea0c721467b6958eef74d5cd.zip
TCF Agent: code cleanup - TABs converted to spaces
Diffstat (limited to 'agent')
-rw-r--r--agent/system/GNU/Linux/tcf/regset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/system/GNU/Linux/tcf/regset.h b/agent/system/GNU/Linux/tcf/regset.h
index d98148c3..f30b7539 100644
--- a/agent/system/GNU/Linux/tcf/regset.h
+++ b/agent/system/GNU/Linux/tcf/regset.h
@@ -26,8 +26,8 @@
#if defined(__arm__)
struct user_vfpregs {
- uint64_t fpregs[32];
- uint32_t fpscr;
+ uint64_t fpregs[32];
+ uint32_t fpscr;
};
#endif

Back to the top