Whitespace.
[oota-llvm.git] / include / llvm / Support / ErrorHandling.h
index 9afd52d1abc72765d27ada096baf85e4a42f6631..fc0997eb6cf4acd3b8cfc877c1ec0c570ac33576 100644 (file)
@@ -67,7 +67,7 @@ namespace llvm {
   ///
   /// If no error handler is installed the default is to print the message to
   /// standard error, followed by a newline.
-  /// After the error handler is called this function will call exit(1), it 
+  /// After the error handler is called this function will call exit(1), it
   /// does not return.
   LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
                                                   bool gen_crash_diag = true);