Align comments together for consistency

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21368 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2005-04-20 03:52:59 +00:00
parent b0bafc55be
commit 72a9caa260
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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