1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

unindent the file to follow coding standards, change class doc comment

to be correct.  No functionality or behavior change.

llvm-svn: 178511
This commit is contained in:
Chris Lattner 2013-04-01 23:00:01 +00:00
parent 9ce5fbdaab
commit 5c5c8fb18c

View File

@ -17,10 +17,10 @@
#include "llvm/Support/raw_ostream.h"
namespace llvm
{
/// formatted_raw_ostream - Formatted raw_fd_ostream to handle
/// asm-specific constructs.
namespace llvm {
/// formatted_raw_ostream - A raw_ostream that wraps another one and keeps track
/// of column position, allowing padding out to specific column boundaries.
///
class formatted_raw_ostream : public raw_ostream {
public: