Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeppe Krigslund committed May 30, 2017
1 parent 906f861 commit 86bd524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitter/field_mask.hpp
Expand Up @@ -15,7 +15,7 @@ namespace bitter
/// @brief Function for creating a maske for variable
/// with the sizeof DataTypes
template<class DataType, uint32_t Index, uint32_t... Sizes>
constexpr DataType field_mask()
DataType field_mask()
{
uint32_t field_size = field_size_in_bits<Index, Sizes...>();
uint32_t data_type_size = size_in_bits<DataType>();
Expand Down

0 comments on commit 86bd524

Please sign in to comment.