mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-01 15:40:53 +00:00
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:
parent
b0bafc55be
commit
72a9caa260
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user