From: Misha Brukman Date: Wed, 20 Apr 2005 03:52:59 +0000 (+0000) Subject: Align comments together for consistency X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=72a9caa2603fe4f26f568470df285b00de6dd102;p=oota-llvm.git Align comments together for consistency git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21368 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Archive/ArchiveInternals.h b/lib/Archive/ArchiveInternals.h index c924c437b4b..0368c6f95e9 100644 --- a/lib/Archive/ArchiveInternals.h +++ b/lib/Archive/ArchiveInternals.h @@ -39,7 +39,7 @@ namespace llvm { /// @name Data /// @{ public: - char name[16];///< Name of the file member. + char name[16]; ///< Name of the file member. char date[12]; ///< File date, decimal seconds since Epoch char uid[6]; ///< user id in ASCII decimal char gid[6]; ///< group id in ASCII decimal diff --git a/lib/Bytecode/Archive/ArchiveInternals.h b/lib/Bytecode/Archive/ArchiveInternals.h index c924c437b4b..0368c6f95e9 100644 --- a/lib/Bytecode/Archive/ArchiveInternals.h +++ b/lib/Bytecode/Archive/ArchiveInternals.h @@ -39,7 +39,7 @@ namespace llvm { /// @name Data /// @{ public: - char name[16];///< Name of the file member. + char name[16]; ///< Name of the file member. char date[12]; ///< File date, decimal seconds since Epoch char uid[6]; ///< user id in ASCII decimal char gid[6]; ///< group id in ASCII decimal