Skip to content

Commit 74e0f8e

Browse files
committed
fix indentation
1 parent d3d3336 commit 74e0f8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/library/rules.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ static int assign_subject(lnode *n, int type, const char *ptr2, int lineno)
277277
sanity_check_node(n, "assign_subject - 1");
278278
n->s[i].type = type;
279279

280-
// Opportunistically mark the fields that might be needed for
280+
// Opportunistically mark the fields that might be needed for
281281
// rule evaluation so that we gather them all at once later.
282282
if (type == UID)
283283
proc_status_mask |= PROC_STAT_UID;

0 commit comments

Comments
 (0)