diff options
author | Damien George <damien.p.george@gmail.com> | 2017-07-19 13:12:10 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-07-19 13:12:10 +1000 |
commit | 761e4c7ff62896c7d8f8c3dfc3cc98a4cc4f2f6f (patch) | |
tree | ca794059e302b1947125d36f64c667acdde6ddbe /py/asmarm.c | |
parent | c972c60dbe72d7448faff7f631dfb798b694093e (diff) | |
download | micropython-761e4c7ff62896c7d8f8c3dfc3cc98a4cc4f2f6f.tar.gz micropython-761e4c7ff62896c7d8f8c3dfc3cc98a4cc4f2f6f.zip |
all: Remove trailing spaces, per coding conventions.
Diffstat (limited to 'py/asmarm.c')
-rw-r--r-- | py/asmarm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/asmarm.c b/py/asmarm.c index da07680e31..ff22aba90a 100644 --- a/py/asmarm.c +++ b/py/asmarm.c @@ -135,7 +135,7 @@ STATIC uint asm_arm_op_orr_reg(uint rd, uint rn, uint rm) { void asm_arm_bkpt(asm_arm_t *as) { // bkpt #0 - emit_al(as, 0x1200070); + emit_al(as, 0x1200070); } // locals: |