Skip to content

Commit a38c7e5

Browse files
authored
Fixed comment indentation
The indentation of two comments were misaligned.
1 parent baa3212 commit a38c7e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/qline.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ CMD_FUNC(cmd_qline) {
9595
"0", /*6 expire_at; never expire */
9696
NULL, /*7 set_at */
9797
"no reason", /*8 default reason */
98-
NULL /*9 Extra NULL element to prevent OOB */
98+
NULL /*9 Extra NULL element to prevent OOB */
9999
};
100100

101101
/* Verify privs */
@@ -124,7 +124,7 @@ CMD_FUNC(cmd_unqline) {
124124
"*", /*3 unused */
125125
parv[1], /*4 host */
126126
client->name, /*5 who removed the line */
127-
NULL /*6 Extra NULL element to prevent OOB */
127+
NULL /*6 Extra NULL element to prevent OOB */
128128
};
129129

130130
/* Verify privs */

0 commit comments

Comments
 (0)