[Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indica...
[oota-llvm.git] / include / llvm / Support / circular_raw_ostream.h
index 13900d0e9688a1ee3ee6ae8f8c7d7d101f47610f..b46fd7f730c914b72c5c83d0817cfbab3fbd7b96 100644 (file)
@@ -17,8 +17,7 @@
 
 #include "llvm/Support/raw_ostream.h"
 
-namespace llvm
-{
+namespace llvm {
   /// circular_raw_ostream - A raw_ostream which *can* save its data
   /// to a circular buffer, or can pass it through directly to an
   /// underlying stream if specified with a buffer of zero.