]> granicus.if.org Git - clang/commitdiff
Lex: clang-format HeaderMap.h, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 20 Feb 2016 18:55:08 +0000 (18:55 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 20 Feb 2016 18:55:08 +0000 (18:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261443 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/HeaderMap.h

index 08005dfa82b3de71e5b5c641e02e7783c796d4e4..b9f215e105408b529a65a01c21f8af3794b46895 100644 (file)
 #include <memory>
 
 namespace clang {
-  class FileEntry;
-  class FileManager;
-  struct HMapBucket;
-  struct HMapHeader;
+
+class FileEntry;
+class FileManager;
+struct HMapBucket;
+struct HMapHeader;
 
 /// This class represents an Apple concept known as a 'header map'.  To the
 /// \#include file resolution process, it basically acts like a directory of
@@ -35,6 +36,7 @@ class HeaderMap {
 
   HeaderMap(std::unique_ptr<const llvm::MemoryBuffer> File, bool BSwap)
       : FileBuffer(std::move(File)), NeedsBSwap(BSwap) {}
+
 public:
   /// HeaderMap::Create - This attempts to load the specified file as a header
   /// map.  If it doesn't look like a HeaderMap, it gives up and returns null.