[lld] r287738 - [ELF][MIPS] clang-format the code

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 21:09:36 PST 2016


Author: atanasyan
Date: Tue Nov 22 23:09:36 2016
New Revision: 287738

URL: http://llvm.org/viewvc/llvm-project?rev=287738&view=rev
Log:
[ELF][MIPS] clang-format the code

Modified:
    lld/trunk/ELF/SyntheticSections.h

Modified: lld/trunk/ELF/SyntheticSections.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/SyntheticSections.h?rev=287738&r1=287737&r2=287738&view=diff
==============================================================================
--- lld/trunk/ELF/SyntheticSections.h (original)
+++ lld/trunk/ELF/SyntheticSections.h Tue Nov 22 23:09:36 2016
@@ -89,7 +89,8 @@ private:
   uint8_t *HashBuf;
 };
 
-template <class ELFT> class MipsGotSection final : public SyntheticSection<ELFT> {
+template <class ELFT>
+class MipsGotSection final : public SyntheticSection<ELFT> {
   typedef typename ELFT::uint uintX_t;
 
 public:




More information about the llvm-commits mailing list