mm-origin: Codestyle

- Prefer char* over gchar*
- g_auto* variables come first
- Two newlines between functions
This commit is contained in:
Evangelos Ribeiro Tzaras
2023-01-19 11:52:37 +01:00
parent 1793035683
commit 2e43639d03
2 changed files with 49 additions and 61 deletions

View File

@@ -22,8 +22,7 @@
*
*/
#ifndef CALLS_MM_ORIGIN_H__
#define CALLS_MM_ORIGIN_H__
#pragma once
#include <glib-object.h>
#include <libmm-glib.h>
@@ -40,5 +39,3 @@ gboolean calls_mm_origin_matches (CallsMMOrigin *self,
MMObject *modem);
G_END_DECLS
#endif /* CALLS_MM_ORIGIN_H__ */