aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Driver/Option.h2
1 files changed, 1 insertions, 1 deletions
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.