Skip to content

Commit

Permalink
Update SNTPolicyProcessor.h
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Hancox <russellhancox@users.noreply.github.com>
  • Loading branch information
pmarkowsky and russellhancox authored May 9, 2024
1 parent ec718bb commit 246045b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/santad/SNTPolicyProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
/// Updates a decision for a given file and agent configuration.
///
/// Returns YES if the decision requires no futher processing NO otherwise.
- (BOOL) decision:(nonnull SNTCachedDecision *) cd
forRule:(nonnull SNTRule *) rule
withTransitiveRules:(BOOL) transitive;
- (BOOL)decision:(nonnull SNTCachedDecision *) cd
forRule:(nonnull SNTRule *) rule
withTransitiveRules:(BOOL) transitive;

@end

0 comments on commit 246045b

Please sign in to comment.