summaryrefslogtreecommitdiff
path: root/drivemount/drive-button.h
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-11-25 22:32:37 +0100
committerRobert Antoni Buj Gelonch <[email protected]>2020-11-27 21:23:07 +0100
commit48b8a559dfab8ea52a14d26bf54a8c93e0937101 (patch)
tree5a908fc4632975051f6e153f1e6f6d5198dd4622 /drivemount/drive-button.h
parent76fb110abce4f7337f06b16446c38fb8136c02d2 (diff)
downloadmate-applets-48b8a559dfab8ea52a14d26bf54a8c93e0937101.tar.bz2
mate-applets-48b8a559dfab8ea52a14d26bf54a8c93e0937101.tar.xz
drivemount: improve code-style
- tabs to spaces - 4 spaces at the beginning of a line
Diffstat (limited to 'drivemount/drive-button.h')
-rw-r--r--drivemount/drive-button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivemount/drive-button.h b/drivemount/drive-button.h
index 010e65a0..fdab2f16 100644
--- a/drivemount/drive-button.h
+++ b/drivemount/drive-button.h
@@ -59,10 +59,10 @@ GtkWidget *drive_button_new (GVolume *volume);
GtkWidget *drive_button_new_from_mount (GMount *mount);
void drive_button_queue_update (DriveButton *button);
void drive_button_set_size (DriveButton *button,
- int icon_size);
+ int icon_size);
int drive_button_compare (DriveButton *button,
- DriveButton *other_button);
+ DriveButton *other_button);
void drive_button_redraw (gpointer key, gpointer value, gpointer user_data);