diff --git a/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp b/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp index 82b3ae806c65dc..5a6e2118a6ee2f 100644 --- a/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp +++ b/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp @@ -16,8 +16,9 @@ namespace dependencies{ DependencyScanningTool::DependencyScanningTool(DependencyScanningService &Service, const tooling::CompilationDatabase &Compilations) : Worker(Service), Compilations(Compilations) {} -llvm::Expected DependencyScanningTool::getDependencyFile(const std::string &Input, - StringRef CWD) { +llvm::Expected +DependencyScanningTool::getDependencyFile(const std::string &Input, + StringRef CWD) { /// Prints out all of the gathered dependencies into a string. class DependencyPrinterConsumer : public DependencyConsumer { public: