After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726227 - Codestyle corrections
Codestyle corrections
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: 3.22
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-03-13 10:45 UTC by Lasse Schuirmann
Modified: 2016-03-31 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Codestyle corrections (5.61 KB, patch)
2014-03-13 10:45 UTC, Lasse Schuirmann
accepted-commit_now Details | Review
Codestyle corrections (5.40 KB, patch)
2014-03-13 14:36 UTC, Lasse Schuirmann
committed Details | Review

Description Lasse Schuirmann 2014-03-13 10:45:00 UTC
The appended patch just fixes a few code style issues. Types of issues are mentioned in the commit message.
Comment 1 Lasse Schuirmann 2014-03-13 10:45:02 UTC
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
Comment 2 Zeeshan Ali 2014-03-13 13:55:20 UTC
Review of attachment 271697 [details] [review]:

Looks good. Minor nitpic:

* codefiles -> Vala files
  or 
  codefiles -> sources
Comment 3 Lasse Schuirmann 2014-03-13 14:36:13 UTC
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
Comment 4 Zeeshan Ali 2014-03-13 14:48:05 UTC
Review of attachment 271725 [details] [review]:

ack
Comment 5 Zeeshan Ali 2014-03-14 13:49:05 UTC
Attachment 271725 [details] pushed as 7343d75 - Codestyle corrections