ソースを参照

STYLE: fix line len error

Bill Hoffman 18 年 前
コミット
af1230fea0
1 ファイル変更2 行追加1 行削除
  1. 2 1
      Source/cmLocalVisualStudio7Generator.h

+ 2 - 1
Source/cmLocalVisualStudio7Generator.h

@@ -140,7 +140,8 @@ struct cmVS7FlagTable
     SemicolonAppendable = (1<<4), // a flag that if specified multiple times
     SemicolonAppendable = (1<<4), // a flag that if specified multiple times
                                   // should have its value appended to the
                                   // should have its value appended to the
                                   // old value with semicolons (e.g.
                                   // old value with semicolons (e.g.
-                                  // /NODEFAULTLIB: => IgnoreDefaultLibraryNames)
+                                  // /NODEFAULTLIB: => 
+                                  // IgnoreDefaultLibraryNames)
 
 
     UserValueIgnored  = UserValue | UserIgnored,
     UserValueIgnored  = UserValue | UserIgnored,
     UserValueRequired = UserValue | UserRequired
     UserValueRequired = UserValue | UserRequired