]> granicus.if.org Git - clang/commitdiff
tidy up
authorChris Lattner <sabre@nondot.org>
Thu, 17 Feb 2011 05:19:40 +0000 (05:19 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 17 Feb 2011 05:19:40 +0000 (05:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125723 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/AttributeList.h

index c675e75f47a5a82127ba6153063609768562e2be..45ee579a02d3839a4becc88353a87766934c0265 100644 (file)
@@ -240,8 +240,8 @@ public:
 /// The right-hand list is appended to the left-hand list, if any
 /// A pointer to the joined list is returned.
 /// Note: the lists are not left unmodified.
-inline AttributeList* addAttributeLists (AttributeList *Left,
-                                         AttributeList *Right) {
+inline AttributeList *addAttributeLists(AttributeList *Left,
+                                        AttributeList *Right) {
   if (!Left)
     return Right;