diff options
| author | Mikkel Oscar Lyderik <[email protected]> | 2016-01-05 23:42:40 +0100 | 
|---|---|---|
| committer | Mikkel Oscar Lyderik <[email protected]> | 2016-01-05 23:42:40 +0100 | 
| commit | 364e37a1ebe8d3dfca7f1e59d247ace76e3f90b8 (patch) | |
| tree | ad4982838b282f2424c29490b00014ed62c0bdfe /swaylock/main.c | |
| parent | 2e0ef533f29212b80efd69eb647893145e8356ae (diff) | |
Fix whitespace issues.
Diffstat (limited to 'swaylock/main.c')
| -rw-r--r-- | swaylock/main.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/swaylock/main.c b/swaylock/main.c index eccb902e..9de95e7a 100644 --- a/swaylock/main.c +++ b/swaylock/main.c @@ -38,10 +38,10 @@ char *password;  struct pam_response *pam_reply;  int function_conversation(int num_msg, const struct pam_message **msg, -		struct pam_response **resp, void *appdata_ptr) {   +		struct pam_response **resp, void *appdata_ptr) {  	*resp = pam_reply; -	return PAM_SUCCESS;   -}   +	return PAM_SUCCESS; +}  /**   * password will be zeroed out. @@ -122,7 +122,7 @@ int main(int argc, char **argv) {  	cairo_surface_t *image = gdk_cairo_image_surface_create_from_pixbuf(pixbuf);  	g_object_unref(pixbuf);  #else -  cairo_surface_t *image = cairo_image_surface_create_from_png(argv[1]); +	cairo_surface_t *image = cairo_image_surface_create_from_png(argv[1]);  #endif //WITH_GDK_PIXBUF  	if (!image) {  		sway_abort("Failed to read background image."); | 
