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 Directory.cpp.

Changeset 4541551aad5c

Parent a758c9956088

by Toshi MARUYAMA

Changes to one file · Browse files at 4541551aad5c Showing diff from parent a758c9956088 Diff from another changeset...

 
73
74
75
76
 
77
78
79
 
80
81
82
 
94
95
96
97
 
98
99
100
 
73
74
75
 
76
77
78
 
79
80
81
82
 
94
95
96
 
97
98
99
100
@@ -73,10 +73,10 @@
 {   std::string base;   std::string rest; - +   std::string n = n_in;   Directory* cur = this; - +   for (;;)   {   @@ -94,7 +94,7 @@
  }     Directory* d = 0; - for (DirsT::iterator i = cur->subdirs_.begin(); + for (DirsT::iterator i = cur->subdirs_.begin();   i != cur->subdirs_.end(); ++i)   {   if ((*i)->name_ == base) {