This repository was archived by the owner on Jul 13, 2019. It is now read-only.
Commit 78587cc
Fix wrong report for "public slots"
based on google/styleguide#30
original patch by [email protected]
Source code:
class X : public QObject {
...
public slots:
...
}
causes incorrectly message "Weird number of spaces at line-start. Are you
using a 2-space indent? [whitespace/indent] [3]".1 parent a7c23c5 commit 78587cc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4439 | 4439 | | |
4440 | 4440 | | |
4441 | 4441 | | |
4442 | | - | |
| 4442 | + | |
4443 | 4443 | | |
4444 | 4444 | | |
4445 | 4445 | | |
| |||
0 commit comments