From bebcaeb816f0fd970d60e0ce0acbf48e548af6d9 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 20 Apr 2005 03:52:59 +0000 Subject: Align comments together for consistency llvm-svn: 21368 --- llvm/lib/Bytecode/Archive/ArchiveInternals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Bytecode') diff --git a/llvm/lib/Bytecode/Archive/ArchiveInternals.h b/llvm/lib/Bytecode/Archive/ArchiveInternals.h index c924c437b4b..0368c6f95e9 100644 --- a/llvm/lib/Bytecode/Archive/ArchiveInternals.h +++ b/llvm/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 -- cgit v1.2.3