Browse Source

Format changes to musl code to fit musl's style.

The whitespace diffs are converting from spaces to tabs.
pull/26/head
Dan Gohman 6 years ago
parent
commit
ec9f1c3956
  1. 6
      libc-top-half/musl/src/internal/libm.h

6
libc-top-half/musl/src/internal/libm.h

@ -85,10 +85,8 @@ union ldshape {
} \
} while(0)
#else
/*
* WebAssembly doesn't have floating-point status flags, so there's no reason
* to force evaluations.
* */
/* WebAssembly doesn't have floating-point status flags, so there's no reason
* to force evaluations. */
#define FORCE_EVAL(x) ((void)(x))
#endif

Loading…
Cancel
Save