Skip to content

Commit 4a8b4b3

Browse files
committed
CPP: Fix indentation.
1 parent 2c0ccf4 commit 4a8b4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Documentation/CommentedOutCode.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private int commentId(CppStyleComment c, File f, int line) {
104104
*/
105105
class CommentBlock extends Comment {
106106
CommentBlock() {
107-
(
107+
(
108108
this instanceof CppStyleComment
109109
implies
110110
not exists(CppStyleComment pred, File f | lineInFile(pred, f) + 1 = lineInFile(this, f))

0 commit comments

Comments
 (0)