-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
3
-
Storage - Ra 2022-05-30
It's annoying to (a) have to manually check for this when writing code, and (b) reviewing for this. Either s_style or s_clang_format could do it, preferably s_clang_format since it'll be easier to avoid false positives (e.g. a comment saying "return foo because blah").
There are a couple of places in the code that have been missed, so fix those up too.
- is related to
-
WT-9293 Check return value is wrapped in a pair of brackets in s_all
- Closed