Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 20, 2022
1 parent 465cab1 commit a3c9932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/slang/driver/Driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ class SLANG_EXPORT Driver {
/// @param includeDirectives If true, preprocessor directives will be included in the output.
/// @param obfuscateIds If true, identifiers will be randomized.
/// @returns true on success and false if errors were encountered.
[[nodiscard]] bool runPreprocessor(bool includeComments, bool includeDirectives, bool obfuscateIds);
[[nodiscard]] bool runPreprocessor(bool includeComments, bool includeDirectives,
bool obfuscateIds);

/// Prints all macros from all loaded buffers to stdout.
void reportMacros();
Expand Down

0 comments on commit a3c9932

Please sign in to comment.