Skip to content

Commit 450f189

Browse files
committed
Another comment formatting fix
1 parent b0a4102 commit 450f189

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

clang/lib/DependencyScanning/DependencyScanningWorker.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ bool DependencyScanningWorker::scanDependencies(
7474
Consumer.handleBuildCommand({Cmd.front(), {Cmd.begin() + 1, Cmd.end()}});
7575
return true;
7676
}
77-
// Create an invocation that uses the underlying file
78-
// system to ensure that any file system requests that
79-
// are made by the driver do not go through the
80-
// dependency scanning filesystem.
77+
// Create an invocation that uses the underlying file system to ensure that
78+
// any file system requests that are made by the driver do not go through
79+
// the dependency scanning filesystem.
8180
return createAndRunToolInvocation(Cmd, Action, FS, PCHContainerOps, Diags);
8281
});
8382

0 commit comments

Comments
 (0)