aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/math/remquol.S
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-03-11 13:28:27 +0100
committerCorinna Vinschen <corinna@vinschen.de>2020-03-11 13:45:58 +0100
commit3bb346d5937079c3dcbc75d113f81d1f80ee28ef (patch)
tree0ad4616c15086180632d816edd463ceb2fc47b6c /winsup/cygwin/math/remquol.S
parentd2ef2331f9ec4cc6510cab5cd540bb3c3c863ca8 (diff)
downloadnewlib-3bb346d5937079c3dcbc75d113f81d1f80ee28ef.zip
newlib-3bb346d5937079c3dcbc75d113f81d1f80ee28ef.tar.gz
newlib-3bb346d5937079c3dcbc75d113f81d1f80ee28ef.tar.bz2
Cygwin: fix formatting: collapse whitespace-only lines
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/math/remquol.S')
-rw-r--r--winsup/cygwin/math/remquol.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/math/remquol.S b/winsup/cygwin/math/remquol.S
index 3dd678b..bdc5876 100644
--- a/winsup/cygwin/math/remquol.S
+++ b/winsup/cygwin/math/remquol.S
@@ -70,6 +70,6 @@ __MINGW_USYMBOL(remquol):
jz 1f
negl %eax
1: movl %eax, (%ecx)
-
+
ret
#endif