Code review comment for lp://qastaging/~didrocks/unity/misc-launcher-fixes

Revision history for this message
Jason Smith (jassmith) wrote :

+1 looks good, line 56 of review has random space after !
also

if ()
{
  foo ()
}
else
  bar ()

is not okay. {} around all statement or none, don't mix and match. Just fix these two on merge :)

review: Approve

« Back to merge proposal