summaryrefslogtreecommitdiff
path: root/app/flatpak-builtins.h
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2019-02-21 23:31:36 -0800
committerAtomic Bot <atomic-devel@projectatomic.io>2019-02-25 18:12:30 +0000
commit8d962a686fba8b752dc90494fb7b62ab457af229 (patch)
tree7cd09b2dd8a560b0e9e4c8a0fa21f39b7cb77043 /app/flatpak-builtins.h
parent7d72dd713f8d4658e3839027f7f86150f02642f6 (diff)
downloadflatpak-8d962a686fba8b752dc90494fb7b62ab457af229.tar.gz
Run uncrustify
I had to make a few manual edits but other than those the changes look reasonable. Closes: #2715 Approved by: matthiasclasen
Diffstat (limited to 'app/flatpak-builtins.h')
-rw-r--r--app/flatpak-builtins.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/flatpak-builtins.h b/app/flatpak-builtins.h
index fccb56cd..97ebe9e5 100644
--- a/app/flatpak-builtins.h
+++ b/app/flatpak-builtins.h
@@ -43,7 +43,7 @@ G_BEGIN_DECLS
* @FLATPAK_BUILTIN_FLAG_ALL_DIRS: Allow repeated use of --user/--system/--installation
* and return multiple dirs. If no option is specified, return all installations,
* starting with system(default)+user
- *
+ *
* Flags affecting the behavior of flatpak_option_context_parse().
*
* If the default system installation is among the returned diretories,
@@ -74,7 +74,7 @@ gboolean usage_error (GOptionContext *context,
GError **error);
#define BUILTINPROTO(name) \
- gboolean flatpak_builtin_ ## name (int argc, char **argv, GCancellable * cancellable, GError * *error); \
+ gboolean flatpak_builtin_ ## name (int argc, char **argv, GCancellable * cancellable, GError **error); \
gboolean flatpak_complete_ ## name (FlatpakCompletion * completion);