diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-05-28 12:33:41 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-05-28 12:40:51 +0200 |
commit | 356c65fd5a6501090756c7ffe71b763057274313 (patch) | |
tree | 47b84325529ff20c7a7896ec73e2546f6d741192 | |
parent | d4a02795c71dc541302d93321082096d0e87a500 (diff) |
cli,nas: add missing indentations
-rw-r--r-- | src/qmicli/qmicli-nas.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/qmicli/qmicli-nas.c b/src/qmicli/qmicli-nas.c index 7229b7f..1159fb4 100644 --- a/src/qmicli/qmicli-nas.c +++ b/src/qmicli/qmicli-nas.c @@ -2359,10 +2359,10 @@ get_cell_location_info_ready (QmiClientNas *client, element = &g_array_index (array, QmiMessageNasGetCellLocationInfoOutputUmtsInfoCellElement, i); g_print ("\tCell [%u]:\n" - "\tUTRA Absolute RF Channel Number: '%" G_GUINT16_FORMAT"'\n" - "\tPrimary Scrambling Code: '%" G_GUINT16_FORMAT"'\n" - "\tRSCP: '%" G_GINT16_FORMAT"'\n" - "\tECIO: '%" G_GINT16_FORMAT"'\n", + "\t\tUTRA Absolute RF Channel Number: '%" G_GUINT16_FORMAT"'\n" + "\t\tPrimary Scrambling Code: '%" G_GUINT16_FORMAT"'\n" + "\t\tRSCP: '%" G_GINT16_FORMAT"'\n" + "\t\tECIO: '%" G_GINT16_FORMAT"'\n", i, element->utra_absolute_rf_channel_number, element->primary_scrambling_code, @@ -2375,10 +2375,10 @@ get_cell_location_info_ready (QmiClientNas *client, element = &g_array_index (array2, QmiMessageNasGetCellLocationInfoOutputUmtsInfoNeighboringGeranElement, i); g_print ("\tNeighboring GERAN Cell [%u]:\n" - "\tGERAN Absolute RF Channel Number: '%" G_GUINT16_FORMAT"'\n" - "\tNetwork Color Code: '%u'\n" - "\tBase Station Color Code: '%u'\n" - "\tRSSI: '%" G_GUINT16_FORMAT"'\n", + "\t\tGERAN Absolute RF Channel Number: '%" G_GUINT16_FORMAT"'\n" + "\t\tNetwork Color Code: '%u'\n" + "\t\tBase Station Color Code: '%u'\n" + "\t\tRSSI: '%" G_GUINT16_FORMAT"'\n", i, element->geran_absolute_rf_channel_number, element->network_color_code, |