Skip to content

Commit

Permalink
Pathfinder: Fix style
Browse files Browse the repository at this point in the history
* Fix naming style for methods and classes:
	Use camelCase for methods and PascalCase for classes as
	code style demands it. And use sneak_case for methods that
	are not member of a class.
* Replace "* " with " *" for Pointers
* Same for references
* Put function body opening braces on new line
* Other misc minor non functional style improvements
  • Loading branch information
est31 committed May 1, 2016
1 parent 46e5ef4 commit ac8bb45
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 192 deletions.

0 comments on commit ac8bb45

Please sign in to comment.