FreeCalypso > hg > fc-tourmaline
changeset 171:4ef7466a72c9
mmiSmsIdle.c: trim some excessive empty lines
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 18 Jan 2021 01:33:09 +0000 |
parents | 6125210a379b |
children | 44d6af34c75a |
files | src/ui/bmi/mmiSmsIdle.c |
diffstat | 1 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ui/bmi/mmiSmsIdle.c Mon Jan 18 01:27:49 2021 +0000 +++ b/src/ui/bmi/mmiSmsIdle.c Mon Jan 18 01:33:09 2021 +0000 @@ -23,7 +23,6 @@ Description: Implementation for MMI smsidle unsolicited event handling - ******************************************************************************** $History: MmiSmsIdle.c @@ -396,7 +395,6 @@ } - /******************************************************************************* $Function: smsidle_exec_cb @@ -491,9 +489,6 @@ memset(text_buffer, 0, MAX_EDITOR_LEN); - - - /*, if new editor use nice string-handling functions*/ main_text.data = (UBYTE*)text_buffer; @@ -531,8 +526,6 @@ ATB_string_Concat(&main_text, &temp_text); } - - sms_text_buffer[index++]='\n'; sms_text_buffer[index++]='0'+SmsMt->sctp.day[0]; @@ -627,8 +620,6 @@ /*Add date and time to main display string*/ ATB_string_Concat(&main_text, &temp_text); - - } @@ -916,20 +907,15 @@ smsidle_message_to_text(Message, temp_buffer_sms); addCBCH(temp_buffer_sms, IdleNewSmsMessage); - - - } else { TRACE_EVENT ("text_uncompressed"); - /*SPR 2512, convert message into a text string and then send to idle for display*/ smsidle_message_to_text(Message, temp_buffer_sms); addCBCH(temp_buffer_sms, IdleNewSmsMessage); - } /* ** SPR#1745 - End @@ -981,7 +967,6 @@ } - /*temp_buffer_sms will be freed in editor callback*/ }