Code review comment for lp:~mterry/lightdm/xdg-dirs

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Odd indentation:

108 + gchar *full_dir = g_build_filename (dirs[i], "lightdm", "lightdm.conf.d", NULL);
109 + if (messages)
110 + *messages = g_list_append (*messages, g_strdup_printf ("Loading configuration dirs from %s", full_dir));
111 + load_config_directory (full_dir, messages);

« Back to merge proposal