ublox-cellular-base_r4

Revision:
33:093da9fe13ed
Parent:
32:9497868cf171
Child:
34:869b2f035721
--- a/UbloxCellularBase.h	Wed Sep 04 15:36:23 2019 +0500
+++ b/UbloxCellularBase.h	Thu Sep 05 11:16:16 2019 +0500
@@ -187,12 +187,12 @@
      */
     bool change_sim_pin(const char *new_pin);
 
-	/** Get the IMEI.
+    /** Get the IMEI.
      *
      * @return true if successful, otherwise false.
      */
     MBED_DEPRECATED("This method is now replaced by const char * imei(), please use that instead")
-	bool get_imei(char *imei_to_send, int size);
+    bool get_imei(char *imei_to_send, int size);
 
     /** Get the IMEI of the module.
      *