aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/eabi.c
diff options
context:
space:
mode:
authorTravis Geiselbrecht <geist@foobox.com>2015-11-17 14:22:03 -0800
committerTravis Geiselbrecht <geist@foobox.com>2015-11-17 14:22:03 -0800
commita2f02251e5785ec6693f995198dd711840ab2de0 (patch)
tree0bcf5416128b1cb1dde12cda4d0fbda32ad0497c /lib/libc/eabi.c
parent527c0dbc54227f36207173d97050d1fcae61692e (diff)
downloadcommon-a2f02251e5785ec6693f995198dd711840ab2de0.tar.gz
[lib][libc] mass reformat with space indents
Ran files through ./script/codestyle.space
Diffstat (limited to 'lib/libc/eabi.c')
-rw-r--r--lib/libc/eabi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/eabi.c b/lib/libc/eabi.c
index f35f2983..b0b3617e 100644
--- a/lib/libc/eabi.c
+++ b/lib/libc/eabi.c
@@ -29,17 +29,17 @@
* so we stub them out here. */
_Unwind_Reason_Code __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context)
{
- return _URC_FAILURE;
+ return _URC_FAILURE;
}
_Unwind_Reason_Code __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context)
{
- return _URC_FAILURE;
+ return _URC_FAILURE;
}
_Unwind_Reason_Code __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context)
{
- return _URC_FAILURE;
+ return _URC_FAILURE;
}
#endif