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

Changeset 68df62c90b8a

Parent 89b0f93a602d

by Toshi MARUYAMA

Changes to one file · Browse files at 68df62c90b8a Showing diff from parent 89b0f93a602d Diff from another changeset...

 
92
93
94
95
 
96
97
98
 
99
100
101
 
106
107
108
109
110
 
 
111
112
113
 
92
93
94
 
95
96
97
 
98
99
100
101
 
106
107
108
 
 
109
110
111
112
113
@@ -92,10 +92,10 @@
  new_stat = true;   }   - if (iter->dstate) + if (iter->dstate)   {   unset = iter->unset; - +   if (!new_stat)   return iter->dstate;   @@ -106,8 +106,8 @@
  }     TDEBUG_TRACE("Dirstatecache::get: refreshing " << hgroot); - } - else + } + else   {   TDEBUG_TRACE("Dirstatecache::get: reading " << hgroot);   }