From 0045b90e754c4ff82f0d1e1016dd113df4fd6adb Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 2 Apr 2014 01:49:44 +0000 Subject: [PATCH] Fix indentation. llvm-svn: 205384 --- lld/include/lld/Core/InputGraph.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lld/include/lld/Core/InputGraph.h b/lld/include/lld/Core/InputGraph.h index 1bc38ee..896ed83 100644 --- a/lld/include/lld/Core/InputGraph.h +++ b/lld/include/lld/Core/InputGraph.h @@ -269,13 +269,13 @@ protected: /// \brief Read the file into _buffer. error_code getBuffer(StringRef filePath); - StringRef _path; // The path of the Input file - InputGraph::FileVectorT _files; // A vector of lld File objects - std::unique_ptr _buffer; // Memory buffer to actual - // contents - uint32_t _resolveState; // The resolve state of the file - uint32_t _nextFileIndex; // The next file that would be processed by the - // resolver + StringRef _path; // The path of the Input file + InputGraph::FileVectorT _files; // A vector of lld File objects + std::unique_ptr _buffer; // Memory buffer to actual contents + uint32_t _resolveState; // The resolve state of the file + + // The next file that would be processed by the resolver + uint32_t _nextFileIndex; }; /// \brief Represents Internal Input files -- 2.7.4