]> git.proxmox.com Git - wasi-libc.git/commit
Use consistent style for wasi-libc C source files. (#131)
authorDan Gohman <sunfish@mozilla.com>
Fri, 8 Nov 2019 19:59:57 +0000 (11:59 -0800)
committerGitHub <noreply@github.com>
Fri, 8 Nov 2019 19:59:57 +0000 (11:59 -0800)
commitca9046d8729a06700ac69a340e16217dfa250a4c
tree22d47bddeed3350e878dd53304a93d33fd5076ba
parent951cc3eceb4d979610367867f08d28b54d734272
Use consistent style for wasi-libc C source files. (#131)

For now, this means using `//`-style comments in .c source files (though
not public header files), and spaces rather than tabs. No strong opinion
here; this is just what the majority of the current code is using.

This also synchronizes basics/crt/crt1.c with libc-bottom-half's
version, though this is just a cleanup as the former isn't currently used
by the main wasi-libc build.
basics/crt/crt1.c
libc-bottom-half/mman/mman.c
libc-bottom-half/sources/errno.c
libc-bottom-half/sources/sbrk.c
libc-top-half/headers/private/printscan.h
libc-top-half/sources/arc4random.c