Skip to content

Commit 511b2f3

Browse files
xtkobaioquatix
authored andcommitted
Get rid of misleading indentation
1 parent 121fa24 commit 511b2f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,8 @@ ruby_qsort(void* base, const size_t nel, const size_t size, cmpfunc_t *cmp, void
400400
for (;;) {
401401
start:
402402
if (L + size == R) { /* 2 elements */
403-
if ((*cmp)(L,R,d) > 0) mmswap(L,R); goto nxt;
403+
if ((*cmp)(L,R,d) > 0) mmswap(L,R);
404+
goto nxt;
404405
}
405406

406407
l = L; r = R;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy