From 740b092fda3d5f45102422f22884c88ea6c42858 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 28 Sep 2020 14:50:01 +0200 Subject: format: replace tabs for indentation in code comments sed -i \ -e 's/^'$'\t'' \*/ */g' \ -e 's/^'$'\t\t'' \*/ */g' \ -e 's/^'$'\t\t\t'' \*/ */g' \ -e 's/^'$'\t\t\t\t'' \*/ */g' \ -e 's/^'$'\t\t\t\t\t'' \*/ */g' \ -e 's/^'$'\t\t\t\t\t\t'' \*/ */g' \ -e 's/^'$'\t\t\t\t\t\t\t'' \*/ */g' \ $(git ls-files -- '*.[hc]') --- libnm-core/nm-dbus-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libnm-core/nm-dbus-utils.c') diff --git a/libnm-core/nm-dbus-utils.c b/libnm-core/nm-dbus-utils.c index d95c7f513d..a5ec13a8cf 100644 --- a/libnm-core/nm-dbus-utils.c +++ b/libnm-core/nm-dbus-utils.c @@ -173,8 +173,8 @@ _nm_dbus_typecheck_response(GVariant *response, const GVariantType *reply_type, return TRUE; /* This is the same error code that g_dbus_connection_call() returns if - * @reply_type doesn't match. - */ + * @reply_type doesn't match. + */ g_set_error(error, G_IO_ERROR, G_IO_ERROR_INVALID_ARGUMENT, -- cgit v1.2.1