diff options
author | rbuj <[email protected]> | 2021-10-27 17:34:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 16:50:14 +0100 |
commit | 0a4384ca8c93b62bdf393cd1f3698bab1999fc6f (patch) | |
tree | 9c68212e8ba254df3dc80cd091b8fd3198a9b643 /src/caja-autorun-software.c | |
parent | bdc5cf66eff8c52cf422cf7b0143ff3489bbb7b0 (diff) | |
download | caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.bz2 caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/caja-autorun-software.c')
-rw-r--r-- | src/caja-autorun-software.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/caja-autorun-software.c b/src/caja-autorun-software.c index fef3c483..543206c5 100644 --- a/src/caja-autorun-software.c +++ b/src/caja-autorun-software.c @@ -22,7 +22,6 @@ Author: David Zeuthen <[email protected]> */ - #include <config.h> #include <unistd.h> #include <string.h> @@ -226,7 +225,6 @@ present_autorun_for_software_dialog (GMount *mount) * etc.) */ - icon = g_mount_get_icon (mount); icon_size = caja_get_icon_size_for_stock_size (GTK_ICON_SIZE_DIALOG); icon_info = caja_icon_info_lookup (icon, icon_size, |