summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-10-18 21:52:10 +0000
committerEric Christopher <echristo@gmail.com>2012-10-18 21:52:10 +0000
commit1adabcf3f54a0b1a7af22792eb389ec10d94cd8c (patch)
treedc833e3d54d842879c08a13e36e7c59fbd3ef5df
parentb23926d3959f9c5f95bf75da5f394c0b4f0de87d (diff)
downloadbcm5719-llvm-1adabcf3f54a0b1a7af22792eb389ec10d94cd8c.tar.gz
bcm5719-llvm-1adabcf3f54a0b1a7af22792eb389ec10d94cd8c.zip
Remove trailing comma.
llvm-svn: 166235
-rw-r--r--clang/include/clang/Driver/Option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/Option.h b/clang/include/clang/Driver/Option.h
index 6c0f20ea5d2..11e417149de 100644
--- a/clang/include/clang/Driver/Option.h
+++ b/clang/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.
OpenPOWER on IntegriCloud