GNOME Bugzilla – Bug 748252
Fix the inconsistent brackets
Last modified: 2015-04-22 11:54:53 UTC
Lots of sudoku code is inconsistent in braces and needs to be fixed.
Created attachment 302075 [details] [review] Fix inconsistent patch
Review of attachment 302075 [details] [review]: Thanks for taking the time to clean up the little things :) ::: lib/sudoku-board.vala @@ +390,1 @@ occurances.add (coord); I suggest no brackets at all when the conditional is exactly one line long, with no comment inside the conditional.
Created attachment 302142 [details] [review] Fix inconsistent code *(mcatanzaro) Single line after conditional -> No brackets
Pushed to master. To ssh://ssareen@git.gnome.org/git/gnome-sudoku c5ce94e..51090da master -> master