mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 22:22:22 +00:00
formatting(flatpak-context): Fix a few wrong indentations
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
This commit is contained in:
parent
02587b5676
commit
446afd82b0
@ -2896,13 +2896,13 @@ flatpak_context_export (FlatpakContext *context,
|
||||
}
|
||||
|
||||
os_mode = MAX (GPOINTER_TO_INT (g_hash_table_lookup (context->filesystems, "host-os")),
|
||||
fs_mode);
|
||||
fs_mode);
|
||||
|
||||
if (os_mode != FLATPAK_FILESYSTEM_MODE_NONE)
|
||||
flatpak_exports_add_host_os_expose (exports, os_mode);
|
||||
|
||||
etc_mode = MAX (GPOINTER_TO_INT (g_hash_table_lookup (context->filesystems, "host-etc")),
|
||||
fs_mode);
|
||||
fs_mode);
|
||||
|
||||
if (etc_mode != FLATPAK_FILESYSTEM_MODE_NONE)
|
||||
flatpak_exports_add_host_etc_expose (exports, etc_mode);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user