mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
More coding style fixes
svn path=/trunk/; revision=5999
This commit is contained in:
@@ -390,7 +390,7 @@ g_mount_operation_get_choice (GMountOperation *op)
|
||||
**/
|
||||
void
|
||||
g_mount_operation_set_choice (GMountOperation *op,
|
||||
int choice)
|
||||
int choice)
|
||||
{
|
||||
g_return_if_fail (G_IS_MOUNT_OPERATION (op));
|
||||
op->priv->choice = choice;
|
||||
|
Reference in New Issue
Block a user