mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-04 21:56:21 +00:00
Applied coding style to src/config/
This commit is contained in:
@@ -263,7 +263,8 @@ prefs_set_max_log_size(gint value)
|
||||
_save_prefs();
|
||||
}
|
||||
|
||||
gint prefs_get_inpblock(void)
|
||||
gint
|
||||
prefs_get_inpblock(void)
|
||||
{
|
||||
int val = g_key_file_get_integer(prefs, PREF_GROUP_UI, "inpblock", NULL);
|
||||
if (val == 0) {
|
||||
@@ -273,7 +274,8 @@ gint prefs_get_inpblock(void)
|
||||
}
|
||||
}
|
||||
|
||||
void prefs_set_inpblock(gint value)
|
||||
void
|
||||
prefs_set_inpblock(gint value)
|
||||
{
|
||||
g_key_file_set_integer(prefs, PREF_GROUP_UI, "inpblock", value);
|
||||
_save_prefs();
|
||||
|
||||
Reference in New Issue
Block a user