GNOME Bugzilla – Bug 738937
Code convention fixes
Last modified: 2014-11-01 13:49:55 UTC
Created attachment 289037 [details] [review] Code cleanup as per gnome coding conventions Code cleanup as per gnome coding conventions
Review of attachment 289037 [details] [review]: There's different styles for casting, but we normally leave a space between the cast and the variable, like (int) data rather than (int)data. Judging from the diff, that's the more common style in Swell Foop as well. (But if not, then what you did is fine.)
I'll do that.
Created attachment 289770 [details] [review] Code cleanup as per gnome coding conventions +Fixed review comments[ use "(type) data" instead of "(type)data" ]
Thanks!