From: Eric Christopher Date: Thu, 18 Oct 2012 21:52:10 +0000 (+0000) Subject: Remove trailing comma. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b341da0eb6478c22b9587f03572a249ebbd00dc;p=clang Remove trailing comma. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166235 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Option.h b/include/clang/Driver/Option.h index 6c0f20ea5d..11e417149d 100644 --- a/include/clang/Driver/Option.h +++ b/include/clang/Driver/Option.h @@ -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.