Skip to content

Commit 8ad6a89

Browse files
author
Jamie Snape
committed
Remove trailing whitespace
1 parent 141338f commit 8ad6a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/mkdoc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def run(self):
267267

268268
for item in sys.argv[1:]:
269269
if item == '-quiet':
270-
quiet = True
270+
quiet = True
271271
elif item.startswith('-std='):
272272
std = item
273273
elif item.startswith('-'):
@@ -284,7 +284,7 @@ def run(self):
284284

285285
print('''#pragma once
286286
287-
// GENERATED FILE DO NOT EDIT
287+
// GENERATED FILE DO NOT EDIT
288288
// This file contains docstrings for the Python bindings that were
289289
// automatically extracted by mkdoc.py from pybind11.
290290

0 commit comments

Comments
 (0)