GNOME Bugzilla – Bug 726227
Codestyle corrections
Last modified: 2016-03-31 13:22:07 UTC
The appended patch just fixes a few code style issues. Types of issues are mentioned in the commit message.
Created attachment 271697 [details] [review] Codestyle corrections This corrects the following things in some codefiles: - space usage instead of tabs - newlines before return statements - lines that exceed 120 characters - some more brackets for better readability
Review of attachment 271697 [details] [review]: Looks good. Minor nitpic: * codefiles -> Vala files or codefiles -> sources
Created attachment 271725 [details] [review] Codestyle corrections This corrects the following things in some sources: - space usage instead of tabs - newlines before return statements - lines that exceed 120 characters - some more brackets for better readability
Review of attachment 271725 [details] [review]: ack
Attachment 271725 [details] pushed as 7343d75 - Codestyle corrections