Skip to content

Commit

Permalink
Standards: remove useless semicolon after function
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo Prezioso committed Jan 21, 2013
1 parent 096cb1b commit f68d6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/standards.h
Expand Up @@ -37,7 +37,7 @@ struct Standards {
bool posix;

/** This constructor clear all the variables **/
Standards() : c(C11), cpp(CPP11), posix(false) {};
Standards() : c(C11), cpp(CPP11), posix(false) {}
};

/// @}
Expand Down

0 comments on commit f68d6f7

Please sign in to comment.