mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
Removed trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65199 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -204,7 +204,7 @@ class ArchiveMember : public ilist_node<ArchiveMember> {
|
||||
/// applications and the linkers. Consequently, the implementation of the class
|
||||
/// is optimized for reading.
|
||||
class Archive {
|
||||
|
||||
|
||||
/// @name Types
|
||||
/// @{
|
||||
public:
|
||||
@@ -485,7 +485,7 @@ class Archive {
|
||||
void writeSymbolTable(std::ofstream& ARFile);
|
||||
|
||||
/// Writes one ArchiveMember to an ofstream. If an error occurs, returns
|
||||
/// false, otherwise true. If an error occurs and error is non-null then
|
||||
/// false, otherwise true. If an error occurs and error is non-null then
|
||||
/// it will be set to an error message.
|
||||
/// @returns false Writing member succeeded
|
||||
/// @returns true Writing member failed, \p error set to error message
|
||||
|
||||
Reference in New Issue
Block a user