about summary refs log tree commit diff stats
path: root/miasm/arch/mips32/sem.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2020-05-22 00:30:05 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2020-05-22 00:38:40 +0200
commit31ccf59f9140ae62a568787a109bbeb57259acb6 (patch)
tree397a7284cc5330db271191064c9d6a23c2f206a1 /miasm/arch/mips32/sem.py
parent6516070ad0a69e4ef1beb1c3e94725bb5779a703 (diff)
downloadmiasm-31ccf59f9140ae62a568787a109bbeb57259acb6.tar.gz
miasm-31ccf59f9140ae62a568787a109bbeb57259acb6.zip
White spaces cleaning
Diffstat (limited to '')
-rw-r--r--miasm/arch/mips32/sem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/arch/mips32/sem.py b/miasm/arch/mips32/sem.py
index 903be3be..5032432c 100644
--- a/miasm/arch/mips32/sem.py
+++ b/miasm/arch/mips32/sem.py
@@ -68,7 +68,7 @@ def lbu(arg1, arg2):
 
 @sbuild.parse
 def lh(arg1, arg2):
-    """A word is loaded into a register @arg1 from the 
+    """A word is loaded into a register @arg1 from the
     specified address @arg2."""
     arg1 = mem16[arg2.ptr].signExtend(32)