Bug 262071

Summary: check-webkit-style: false positive calling std::span::begin() in initializer
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 261228    
Bug Blocks:    

Description David Kilzer (:ddkilzer) 2023-09-25 14:20:20 PDT
check-webkit-style: false positive calling std::span::begin() in initializer.

As seen on this PR:  <https://github.com/WebKit/WebKit/pull/17701>
Via the style bot:  <https://ews-build.webkit.org/#/builders/38/builds/18164>

```
ERROR: Source/WebKit/Platform/IPC/Decoder.cpp:71:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
```

<https://github.com/WebKit/WebKit/pull/17701/files#diff-4b71201784568e18ad8b227a370bf23c9585d800a4cfe42867bafaf55c946fb3R71>
Comment 1 Radar WebKit Bug Importer 2023-09-25 14:21:18 PDT
<rdar://problem/116015290>
Comment 2 David Kilzer (:ddkilzer) 2023-09-25 14:28:09 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18189
Comment 3 EWS 2023-09-25 14:45:04 PDT
Committed 268413@main (2a9cd8313d47): <https://commits.webkit.org/268413@main>

Reviewed commits have been landed. Closing PR #18189 and removing active labels.