]> granicus.if.org Git - clang/commitdiff
Remove trailing comma.
authorEric Christopher <echristo@gmail.com>
Thu, 18 Oct 2012 21:52:10 +0000 (21:52 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 18 Oct 2012 21:52:10 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166235 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Option.h

index 6c0f20ea5d26aa6ebfca3efb057a87c286916e89..11e417149de29c33ce5aab0870b11ad5592c0026 100644 (file)
@@ -26,7 +26,7 @@ namespace options {
     HelpHidden       = (1 << 0),
     RenderAsInput    = (1 << 1),
     RenderJoined     = (1 << 2),
-    RenderSeparate   = (1 << 3),
+    RenderSeparate   = (1 << 3)
   };
 
   /// Flags specifically for clang options.