Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.2 and tip

stable shellext: remove trailing white-spaces from CShellExtCMenu.cpp.

Changeset 1ad21d2c659a

Parent cd817ed0b658

by Toshi MARUYAMA

Changes to one file · Browse files at 1ad21d2c659a Showing diff from parent cd817ed0b658 Diff from another changeset...

 
478
479
480
481
 
482
483
484
 
620
621
622
623
 
624
625
626
 
644
645
646
647
 
648
649
650
 
673
674
675
676
 
677
678
679
 
478
479
480
 
481
482
483
484
 
620
621
622
 
623
624
625
626
 
644
645
646
 
647
648
649
650
 
673
674
675
 
676
677
678
679
@@ -478,7 +478,7 @@
  }     TDEBUG_TRACE( - "CShellExtCMenu::QueryContextMenu: isHgrepo = " + "CShellExtCMenu::QueryContextMenu: isHgrepo = "   << isHgrepo << ", fileMenu = " << fileMenu   );   @@ -620,7 +620,7 @@
  }     TDEBUG_TRACE( - "CShellExtCMenu::GetCommandString: idCmd = " << idCmd + "CShellExtCMenu::GetCommandString: idCmd = " << idCmd   << ", uFlags = " << uFlags << " (" << sflags << ")"   << ", cchMax = " << cchMax   ); @@ -644,7 +644,7 @@
  if (size >= 40)   {   TDEBUG_TRACE( - "***** CShellExtCMenu::GetCommandString: warning:" + "***** CShellExtCMenu::GetCommandString: warning:"   << " length of help text is " << size   << ", which is not reasonably short (<40)");   } @@ -673,7 +673,7 @@
    if (cchMax < 1)   { - TDEBUG_TRACE("CShellExtCMenu::GetCommandString: cchMax = " + TDEBUG_TRACE("CShellExtCMenu::GetCommandString: cchMax = "   << cchMax << " (is <1)");   return res;   }