Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-03-11 15:28:27 +0300
committerCorinna Vinschen <corinna@vinschen.de>2020-03-11 15:45:58 +0300
commit3bb346d5937079c3dcbc75d113f81d1f80ee28ef (patch)
tree0ad4616c15086180632d816edd463ceb2fc47b6c /winsup/cygwin/math/remquol.S
parentd2ef2331f9ec4cc6510cab5cd540bb3c3c863ca8 (diff)
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 3dd678b79..bdc587648 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