Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsx00 committed Jul 16, 2020
1 parent 11d85a9 commit 51b6c97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/scala/io/shiftleft/fuzzyc2cpg/FuzzyC2Cpg.scala
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,12 @@ object FuzzyC2Cpg {

if (config.usePreprocessor) {
fuzzyc.runWithPreprocessorAndOutput(config.inputPaths,
config.sourceFileExtensions,
config.includeFiles,
config.includePaths,
config.defines,
config.undefines,
config.preprocessorExecutable)
config.sourceFileExtensions,
config.includeFiles,
config.includePaths,
config.defines,
config.undefines,
config.preprocessorExecutable)
} else {
fuzzyc.runAndOutput(config.inputPaths, config.sourceFileExtensions)
}
Expand Down

0 comments on commit 51b6c97

Please sign in to comment.