Unbreak doxygen, according to Reid.

llvm-svn: 16298
diff --git a/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp b/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
index 813b68a..09bc55b 100644
--- a/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
+++ b/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
@@ -296,7 +296,8 @@
   const std::string &Filename,  ///< File to analyze
   BytecodeAnalysis& bca,        ///< Statistical output
   std::string *ErrorStr,        ///< Error output
-  std::ostream* output)         ///< Dump output
+  std::ostream* output          ///< Dump output
+)
 {
   try {
     BytecodeHandler* analyzerHandler =createBytecodeAnalyzerHandler(bca,output);
@@ -316,7 +317,8 @@
   const std::string& ModuleID, ///< Identifier for the module
   BytecodeAnalysis& bca,       ///< The results of the analysis
   std::string* ErrorStr,       ///< Errors, if any.
-  std::ostream* output)        ///< Dump output, if any
+  std::ostream* output         ///< Dump output, if any
+)
 {
   try {
     BytecodeHandler* hdlr = createBytecodeAnalyzerHandler(bca, output);