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

Synopses in [localization] use non-standard indentation style #1205

Closed
tkoeppe opened this issue Dec 10, 2016 · 0 comments
Closed

Synopses in [localization] use non-standard indentation style #1205

tkoeppe opened this issue Dec 10, 2016 · 0 comments
Assignees

Comments

@tkoeppe
Copy link
Contributor

tkoeppe commented Dec 10, 2016

A lot of the synopses in Clause 22 don't indent the second line of a class template, i.e. the say

template <typename T>
class foo {
public:

instead of our usual:

template <typename T>
  class foo {
  public:

This might be worth cleaning up. While you're there, there's also ample opportunity to look out for other idiosyncratic spacing and indentation.

@jensmaurer jensmaurer changed the title Synoposes in [localization] use non-standard indentation style Synopses in [localization] use non-standard indentation style Dec 13, 2016
@jensmaurer jensmaurer self-assigned this Dec 13, 2016
jensmaurer added a commit to jensmaurer/draft that referenced this issue Dec 13, 2016
jensmaurer added a commit to jensmaurer/draft that referenced this issue Dec 13, 2016
Also remove stray linebreaks in declarations.

Fixes cplusplus#1205.
tkoeppe pushed a commit that referenced this issue Dec 13, 2016
Also remove stray linebreaks in declarations.

Fixes #1205.
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

No branches or pull requests

2 participants