Skip to content

Use consistent style for wasi-libc C source files.#131

Merged
sunfishcode merged 1 commit intomasterfrom
style
Nov 8, 2019
Merged

Use consistent style for wasi-libc C source files.#131
sunfishcode merged 1 commit intomasterfrom
style

Conversation

@sunfishcode
Copy link
Copy Markdown
Member

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.

cc @michaelvoronov This follows up on #116. It isn't a guide per se, but it does make things more consistent.

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.
@sunfishcode sunfishcode merged commit ca9046d into master Nov 8, 2019
@sunfishcode sunfishcode deleted the style branch November 8, 2019 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants