[MERGED] libsmpp34[master]: smpp34_structs.h: Fix trailing whitespace

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Sun Sep 17 14:59:44 UTC 2017


Pau Espin Pedrol has submitted this change and it was merged.

Change subject: smpp34_structs.h: Fix trailing whitespace
......................................................................


smpp34_structs.h: Fix trailing whitespace

Change-Id: I5838e216fe16b4789bb1a0ce40ce496f46a3c328
---
M src/smpp34_structs.h
1 file changed, 39 insertions(+), 39 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/smpp34_structs.h b/src/smpp34_structs.h
index 025109d..6b9f41e 100644
--- a/src/smpp34_structs.h
+++ b/src/smpp34_structs.h
@@ -5,19 +5,19 @@
  *
  * This file is part of libsmpp34 (c-open-smpp3.4 library).
  *
- * The libsmpp34 library is free software; you can redistribute it and/or 
- * modify it under the terms of the GNU Lesser General Public License as 
- * published by the Free Software Foundation; either version 2.1 of the 
+ * The libsmpp34 library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of the
  * License, or (at your option) any later version.
  *
- * This library is distributed in the hope that it will be useful, but 
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
- * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public 
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
  * License for more details.
  *
- * You should have received a copy of the GNU Lesser General Public License 
- * along with this library; if not, write to the Free Software Foundation, 
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  *
  */
 #ifndef _STB_H_
@@ -37,35 +37,35 @@
 extern char smpp34_strerror[2048];
 
 /* Define structures **********************************************************/
-typedef struct tlv_t tlv_t; 
-typedef struct dad_t dad_t; 
-typedef struct udad_t udad_t; 
-typedef struct bind_transmitter_t bind_transmitter_t; 
-typedef struct bind_transmitter_resp_t bind_transmitter_resp_t; 
-typedef struct bind_receiver_t bind_receiver_t; 
-typedef struct bind_receiver_resp_t bind_receiver_resp_t; 
-typedef struct bind_transceiver_t bind_transceiver_t; 
-typedef struct bind_transceiver_resp_t bind_transceiver_resp_t; 
-typedef struct outbind_t outbind_t; 
-typedef struct unbind_t unbind_t; 
-typedef struct unbind_resp_t unbind_resp_t; 
-typedef struct generic_nack_t generic_nack_t; 
-typedef struct submit_sm_t submit_sm_t; 
-typedef struct submit_sm_resp_t submit_sm_resp_t; 
-typedef struct submit_multi_t submit_multi_t; 
-typedef struct submit_multi_resp_t submit_multi_resp_t; 
-typedef struct deliver_sm_t deliver_sm_t; 
-typedef struct deliver_sm_resp_t deliver_sm_resp_t; 
-typedef struct data_sm_t data_sm_t; 
-typedef struct data_sm_resp_t data_sm_resp_t; 
-typedef struct query_sm_t query_sm_t; 
-typedef struct query_sm_resp_t query_sm_resp_t; 
-typedef struct cancel_sm_t cancel_sm_t; 
-typedef struct cancel_sm_resp_t cancel_sm_resp_t; 
-typedef struct replace_sm_t replace_sm_t; 
-typedef struct replace_sm_resp_t replace_sm_resp_t; 
-typedef struct enquire_link_t enquire_link_t; 
-typedef struct alert_notification_t alert_notification_t; 
+typedef struct tlv_t tlv_t;
+typedef struct dad_t dad_t;
+typedef struct udad_t udad_t;
+typedef struct bind_transmitter_t bind_transmitter_t;
+typedef struct bind_transmitter_resp_t bind_transmitter_resp_t;
+typedef struct bind_receiver_t bind_receiver_t;
+typedef struct bind_receiver_resp_t bind_receiver_resp_t;
+typedef struct bind_transceiver_t bind_transceiver_t;
+typedef struct bind_transceiver_resp_t bind_transceiver_resp_t;
+typedef struct outbind_t outbind_t;
+typedef struct unbind_t unbind_t;
+typedef struct unbind_resp_t unbind_resp_t;
+typedef struct generic_nack_t generic_nack_t;
+typedef struct submit_sm_t submit_sm_t;
+typedef struct submit_sm_resp_t submit_sm_resp_t;
+typedef struct submit_multi_t submit_multi_t;
+typedef struct submit_multi_resp_t submit_multi_resp_t;
+typedef struct deliver_sm_t deliver_sm_t;
+typedef struct deliver_sm_resp_t deliver_sm_resp_t;
+typedef struct data_sm_t data_sm_t;
+typedef struct data_sm_resp_t data_sm_resp_t;
+typedef struct query_sm_t query_sm_t;
+typedef struct query_sm_resp_t query_sm_resp_t;
+typedef struct cancel_sm_t cancel_sm_t;
+typedef struct cancel_sm_resp_t cancel_sm_resp_t;
+typedef struct replace_sm_t replace_sm_t;
+typedef struct replace_sm_resp_t replace_sm_resp_t;
+typedef struct enquire_link_t enquire_link_t;
+typedef struct alert_notification_t alert_notification_t;
 
 /* TYPEDEFs structs ***********************************************************/
 #define instancia 0
@@ -232,7 +232,7 @@
     #include "def_frame/header.frame"
 };
 
-typedef struct enquire_link_resp_t enquire_link_resp_t; 
+typedef struct enquire_link_resp_t enquire_link_resp_t;
 struct enquire_link_resp_t {
     #include "def_frame/header.frame"
 };

-- 
To view, visit https://gerrit.osmocom.org/3965
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5838e216fe16b4789bb1a0ce40ce496f46a3c328
Gerrit-PatchSet: 1
Gerrit-Project: libsmpp34
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list