Skip to content

Minor beautification

Christoph Grüninger requested to merge feature/small-beautifications into master
  • Remove unused typedef
  • Replace "if (cond) continue" by "if (!cond)"
  • Remove pointless return after throw
  • Whitespace changes

Merge request reports