Skip to content

Commit

Permalink
untabify
Browse files Browse the repository at this point in the history
  • Loading branch information
timblechmann committed Apr 2, 2016
1 parent 7d820fc commit b690fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/lockfree/detail/freelist.hpp
Expand Up @@ -340,7 +340,7 @@ struct compiletime_sized_freelist_storage

T * nodes(void) const
{
char * data_pointer = const_cast<char*>(data.data());
char * data_pointer = const_cast<char*>(data.data());
return reinterpret_cast<T*>( boost::alignment::align_up( data_pointer, BOOST_LOCKFREE_CACHELINE_BYTES ) );
}

Expand Down

0 comments on commit b690fd6

Please sign in to comment.