Преглед изворни кода

Uncrustify update

Signed-off-by: Martin Melik Merkumians <melik-merkumians@acin.tuwien.ac.at>
Martin Melik Merkumians пре 5 година
родитељ
комит
18d06576f2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      source/src/cip/cipioconnection.c

+ 1 - 1
source/src/cip/cipioconnection.c

@@ -641,7 +641,7 @@ EipUint16 HandleConfigData(CipConnectionObject *connection_object) {
         config_instance,
         config_instance,
         3);
         3);
       OPENER_ASSERT(NULL != attribute_three);
       OPENER_ASSERT(NULL != attribute_three);
-      CipByteArray * attribute_three_data =
+      CipByteArray *attribute_three_data =
         (CipByteArray *) attribute_three->data;
         (CipByteArray *) attribute_three->data;
       OPENER_ASSERT(NULL != attribute_three_data);
       OPENER_ASSERT(NULL != attribute_three_data);
       if (attribute_three_data->length != g_config_data_length) {
       if (attribute_three_data->length != g_config_data_length) {