Align comments together for consistency
[oota-llvm.git] / lib / Archive / ArchiveInternals.h
index c924c437b4b29ec9e947fa93d9a421608929b438..0368c6f95e9f58a91029fc9a7df99ca33763710e 100644 (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