Skip to content

Commit 4d2c46c

Browse files
author
David Ungar
committed
Format
1 parent 6a6e935 commit 4d2c46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Driver/Driver.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -959,8 +959,8 @@ Driver::buildCompilation(const ToolChain &TC,
959959
const bool EmitFineGrainedDependencyDotFileAfterEveryImport = ArgList->hasArg(
960960
options::
961961
OPT_driver_emit_fine_grained_dependency_dot_file_after_every_import);
962-
const bool FineGrainedDependenciesIncludeIntrafileOnes = ArgList->hasArg(
963-
options::OPT_fine_grained_dependency_include_intrafile);
962+
const bool FineGrainedDependenciesIncludeIntrafileOnes =
963+
ArgList->hasArg(options::OPT_fine_grained_dependency_include_intrafile);
964964

965965
// clang-format off
966966
C = llvm::make_unique<Compilation>(

0 commit comments

Comments
 (0)