80-columns.
[oota-llvm.git] / lib / Support / FileOutputBuffer.cpp
index 49311c29d8bcebe2de6af931d6f63c5ca0bae350..5f74d00c6b5d255b687d0bed90e936cb35629235 100644 (file)
@@ -81,7 +81,7 @@ error_code FileOutputBuffer::create(StringRef FilePath,
   if (Result)
     MappedFile.release();
 
-  return error_code::success();
+  return error_code();
 }
 
 error_code FileOutputBuffer::commit(int64_t NewSmallerSize) {