Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 23797eb

Browse filesBrowse files
bnoordhuisMyles Borins
authored andcommitted
src: remove obsolete NOLINT comments
Obsoleted by the recent cpplint upgrade. PR-URL: #7462 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
1 parent 68e9fd4 commit 23797eb
Copy full SHA for 23797eb

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎src/stream_base.h‎

Copy file name to clipboardExpand all lines: src/stream_base.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class StreamBase : public StreamResource {
259259
const v8::PropertyCallbackInfo<v8::Value>& args);
260260

261261
template <class Base,
262-
int (StreamBase::*Method)( // NOLINT(whitespace/parens)
262+
int (StreamBase::*Method)(
263263
const v8::FunctionCallbackInfo<v8::Value>& args)>
264264
static void JSMethod(const v8::FunctionCallbackInfo<v8::Value>& args);
265265

Collapse file

‎src/string_search.h‎

Copy file name to clipboardExpand all lines: src/string_search.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class StringSearch : private StringSearchBase {
171171
}
172172

173173
private:
174-
typedef size_t (*SearchFunction)( // NOLINT - it's not a cast!
174+
typedef size_t (*SearchFunction)(
175175
StringSearch<PatternChar, SubjectChar>*,
176176
Vector<const SubjectChar>,
177177
size_t);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.