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.h.

Changeset 89b0f93a602d

Parent b272ef2cd36e

by Toshi MARUYAMA

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

 
35
36
37
38
39
40
41
 
 
 
 
42
43
44
 
45
46
47
 
35
36
37
 
 
 
 
38
39
40
41
42
43
 
44
45
46
47
@@ -35,13 +35,13 @@
  unsigned tickcount;   bool unset;   - E(): - dstate(0), - dstate_mtime(0), - dstate_size(0), + E(): + dstate(0), + dstate_mtime(0), + dstate_size(0),   tickcount(0),   unset(false) - {} + {}   };     static std::list<E>& cache();