bluetooth: Align struct members

This commit is contained in:
Robert Ancell 2018-11-14 09:56:03 +13:00 committed by Bastien Nocera
parent 4f97e8cb07
commit 325c3c9446

View file

@ -42,6 +42,7 @@ struct _CcBluetoothPanel {
GtkBox *no_devices_box; GtkBox *no_devices_box;
BluetoothSettingsWidget *settings_widget; BluetoothSettingsWidget *settings_widget;
GtkStack *stack; GtkStack *stack;
GCancellable *cancellable; GCancellable *cancellable;
/* Killswitch */ /* Killswitch */