Skip to content

Commit 3ceb82b

Browse files
committed
Intermediate changes
commit_hash:d0db92345dc96a43a16424238c1eb2812040a13d
1 parent 770ab0b commit 3ceb82b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

util/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ Style guide for the util folder is a stricter version of
77
* all {} must be in K&R style
88
* &, * tied closer to a type, not to variable
99
* always use `using` not `typedef`
10-
* even a single line block must be in braces {}:
11-
```
12-
if (A) {
13-
B();
14-
}
15-
```
1610
* _ at the end of private data member of a class - `First_`, `Second_`
1711
* every .h file must be accompanied with corresponding .cpp to avoid a leakage and check that it is self contained
1812
* prohibited to use `printf`-like functions
@@ -66,5 +60,5 @@ To limit the incoming review request queue size, util reviewers follow these rul
6660

6761
Review requests discarded as stale may be reopened or resubmitted by any committer willing to push them to completion.
6862

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.
7064
If util reviewers stop responding to updates, they should be politely pinged via appropriate means of communication.

0 commit comments

Comments
 (0)