[PATCH 1/4] plugin-manager: minor coding style fixes

Dan Williams dcbw at redhat.com
Mon Jul 17 18:50:42 UTC 2017


On Mon, 2017-07-17 at 10:09 -0700, Ben Chan wrote:
> ---
>  src/mm-plugin-manager.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

All 4 pushed to git master, thanks!

Dan

> diff --git a/src/mm-plugin-manager.c b/src/mm-plugin-manager.c
> index 9239b7f7..47d162fb 100644
> --- a/src/mm-plugin-manager.c
> +++ b/src/mm-plugin-manager.c
> @@ -95,7 +95,7 @@ plugin_manager_build_plugins_list (MMPluginManager
> *self,
>              supported_found = TRUE;
>              break;
>          default:
> -            g_assert_not_reached();
> +            g_assert_not_reached ();
>          }
>      }
>  


More information about the ModemManager-devel mailing list