Skip to content

Commit d0e7f5a

Browse files
Xing TianXing Tian
authored andcommitted
use space
1 parent 41c3f62 commit d0e7f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/compute/detail/lru_cache.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class lru_cache
9797
m_list.push_front(key);
9898

9999
// update iterator in map
100-
i->second.second = m_list.begin();
100+
i->second.second = m_list.begin();
101101
}
102102
// return the value
103103
return i->second.first;

0 commit comments

Comments
 (0)