Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace #define\tFOO with #define FOO #564

Closed
jasone opened this issue Jan 17, 2017 · 0 comments
Closed

Replace #define\tFOO with #define FOO #564

jasone opened this issue Jan 17, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@jasone
Copy link
Member

jasone commented Jan 17, 2017

Simplify whitespace for #define statements to always use space rather than tab to separate the keyword from the name. This simplifies the style, and makes it more consistent with optionally indented cpp logic, e.g.

#define FOO
#if BAR
#  define BIZ
#endif
@jasone jasone added this to the 5.0.0 milestone Jan 17, 2017
@jasone jasone self-assigned this Jan 17, 2017
jasone added a commit to jasone/jemalloc that referenced this issue Jan 20, 2017
jasone added a commit to jasone/jemalloc that referenced this issue Jan 20, 2017
jasone added a commit to jasone/jemalloc that referenced this issue Jan 20, 2017
jasone added a commit to jasone/jemalloc that referenced this issue Jan 20, 2017
jasone added a commit to jasone/jemalloc that referenced this issue Jan 21, 2017
@jasone jasone closed this as completed in c0cc5db Jan 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant