File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ Style guide for the util folder is a stricter version of
7
7
* all {} must be in K&R style
8
8
* &, * tied closer to a type, not to variable
9
9
* always use ` using ` not ` typedef `
10
- * even a single line block must be in braces {}:
11
- ```
12
- if (A) {
13
- B();
14
- }
15
- ```
16
10
* _ at the end of private data member of a class - ` First_ ` , ` Second_ `
17
11
* every .h file must be accompanied with corresponding .cpp to avoid a leakage and check that it is self contained
18
12
* prohibited to use ` printf ` -like functions
@@ -66,5 +60,5 @@ To limit the incoming review request queue size, util reviewers follow these rul
66
60
67
61
Review requests discarded as stale may be reopened or resubmitted by any committer willing to push them to completion.
68
62
69
- ** Note:** It's an author's duty to push the review request to completion.
63
+ ** Note:** It's an author's duty to push the review request to completion.
70
64
If util reviewers stop responding to updates, they should be politely pinged via appropriate means of communication.
You can’t perform that action at this time.
0 commit comments