GNOME Bugzilla – Bug 738885
Code fix as per the gnome coding conventions
Last modified: 2014-10-21 14:44:55 UTC
Created attachment 288971 [details] [review] Coding guidelines fixes As discussed with Michael over the IRC, tali code being pretty old needed some cleanup.
Review of attachment 288971 [details] [review]: Thanks! ::: src/clist.c @@ +187,2 @@ /* Quoted from docs: "The returned GtkTreePath must be freed + * with gtk_tree_path_free () when you are done with it." */ Except after the name of a function in a comment, you really don't want the extra space. Hope that's sufficiently confusing. :p ::: src/computer.c @@ +275,1 @@ best, bc_table[best], _(FieldLabels[best])); Here, move the following line over one space as well.
Created attachment 289003 [details] [review] Fixed Michael's review comments Tali code cleanup.