Skip to content

Commit

Permalink
trivial: autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Nov 7, 2023
1 parent 8ad6b73 commit e2d271b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/as-utils-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ gchar *as_strstripnl (gchar *string);
AS_INTERNAL_VISIBLE
void as_ref_string_release (GRefString *rstr);
AS_INTERNAL_VISIBLE
void as_ref_string_assign_safe (GRefString **rstr_ptr, const gchar *str);
void as_ref_string_assign_safe (GRefString **rstr_ptr, const gchar *str);

void as_ref_string_assign_transfer (GRefString **rstr_ptr, GRefString *new_rstr);
void as_ref_string_assign_transfer (GRefString **rstr_ptr, GRefString *new_rstr);

AS_INTERNAL_VISIBLE
gboolean as_utils_extract_tarball (const gchar *filename, const gchar *target_dir, GError **error);
Expand Down

0 comments on commit e2d271b

Please sign in to comment.