Merge lp:~robert-ancell/lightdm/whitespace into lp:lightdm

Proposed by Robert Ancell
Status: Merged
Approved by: Thomi Richards
Approved revision: 1634
Merged at revision: 1634
Proposed branch: lp:~robert-ancell/lightdm/whitespace
Merge into: lp:lightdm
Diff against target: 77 lines (+9/-9)
1 file modified
src/lightdm.c (+9/-9)
To merge this branch: bzr merge lp:~robert-ancell/lightdm/whitespace
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
David Edmundson Approve
Review via email: mp+158264@code.launchpad.net

Commit message

Fix trailing whitespace in lightdm.c

To post a comment you must log in.
Revision history for this message
David Edmundson (david.edmundson) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:1634
http://jenkins.qa.ubuntu.com/job/lightdm-ci/1/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/lightdm-quantal-amd64-ci/1/console

Click here to trigger a rebuild:
http://s-jenkins:8080/job/lightdm-ci/1/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:1634
http://jenkins.qa.ubuntu.com/job/lightdm-ci/7/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/lightdm-raring-amd64-ci/1

Click here to trigger a rebuild:
http://s-jenkins:8080/job/lightdm-ci/7/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/lightdm.c'
2--- src/lightdm.c 2013-03-07 21:40:31 +0000
3+++ src/lightdm.c 2013-04-11 02:13:23 +0000
4@@ -1,7 +1,7 @@
5 /*
6 * Copyright (C) 2010-2011 Robert Ancell.
7 * Author: Robert Ancell <robert.ancell@canonical.com>
8- *
9+ *
10 * This program is free software: you can redistribute it and/or modify it under
11 * the terms of the GNU General Public License as published by the Free Software
12 * Foundation, either version 3 of the License, or (at your option) any later
13@@ -348,7 +348,7 @@
14 result = g_variant_builder_end (builder);
15 g_variant_builder_unref (builder);
16 }
17-
18+
19 return result;
20 }
21
22@@ -363,7 +363,7 @@
23 gpointer user_data)
24 {
25 Seat *seat = user_data;
26-
27+
28 if (g_strcmp0 (method_name, "SwitchToGreeter") == 0)
29 {
30 if (!g_variant_is_of_type (parameters, G_VARIANT_TYPE ("()")))
31@@ -425,7 +425,7 @@
32 if (display_get_session (display) == session)
33 return seat;
34 }
35- }
36+ }
37
38 return NULL;
39 }
40@@ -688,7 +688,7 @@
41 " <method name='SwitchToGuest'>"
42 " <arg name='session-name' direction='in' type='s'/>"
43 " </method>"
44- " <method name='Lock'/>"
45+ " <method name='Lock'/>"
46 " </interface>"
47 "</node>";
48 const gchar *session_interface =
49@@ -747,7 +747,7 @@
50 path_make_absolute (gchar *path)
51 {
52 gchar *cwd, *abs_path;
53-
54+
55 if (!path)
56 return NULL;
57
58@@ -808,7 +808,7 @@
59 gchar *default_run_dir = g_strdup (RUN_DIR);
60 gchar *default_cache_dir = g_strdup (CACHE_DIR);
61 gboolean show_version = FALSE;
62- GOptionEntry options[] =
63+ GOptionEntry options[] =
64 {
65 { "config", 'c', 0, G_OPTION_ARG_STRING, &config_path,
66 /* Help string for command line --config flag */
67@@ -959,8 +959,8 @@
68 gboolean is_empty;
69
70 is_empty = error && g_error_matches (error, G_FILE_ERROR, G_FILE_ERROR_NOENT);
71-
72- if (explicit_config || !is_empty)
73+
74+ if (explicit_config || !is_empty)
75 {
76 if (error)
77 g_printerr ("Failed to load configuration from %s: %s\n", config_path, error->message);

Subscribers

People subscribed via source and target branches