Prune trailing whitespaces in comment lines.
[oota-llvm.git] / include / llvm / Object / MachO.h
index 5bc4dafabb383d12055ad7b2cf16ec2b7c0acb90..e02ce3b2141680ec1f835b008d457bd38ad9202d 100644 (file)
@@ -100,7 +100,7 @@ private:
 };
 typedef content_iterator<ExportEntry> export_iterator;
 
-/// MachORebaseEntry encapsulates the current state in the decompression of   
+/// MachORebaseEntry encapsulates the current state in the decompression of
 /// rebasing opcodes. This allows you to iterate through the compressed table of
 /// rebasing using:
 ///    for (const llvm::object::MachORebaseEntry &Entry : Obj->rebaseTable()) {