mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
Remove tabs. Whitespace changes only.
This commit is contained in:
parent
51a42ce2a2
commit
a166e6f651
5 changed files with 108 additions and 108 deletions
|
@ -1,6 +1,6 @@
|
|||
/* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */
|
||||
/****************************************************************************
|
||||
* *
|
||||
*
|
||||
* Copyright 1999 - 2003 by Eric House (xwords@eehouse.org). All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -16,7 +16,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
* *
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <PalmTypes.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */
|
||||
/****************************************************************************
|
||||
* *
|
||||
*
|
||||
* Copyright 1999 - 2003 by Eric House (xwords@eehouse.org). All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -16,7 +16,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
* *
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <PalmTypes.h>
|
||||
|
@ -117,14 +117,14 @@ dictFormHandleEvent( EventPtr event )
|
|||
}
|
||||
result = true;
|
||||
break;
|
||||
/* case XW_PHONIES_TRIGGER_ID: */
|
||||
/* chosen = LstPopupList( sPhoniesList ); */
|
||||
/* if ( chosen >= 0 ) { */
|
||||
/* setTriggerFromList( XW_PHONIES_TRIGGER_ID, sPhoniesList, */
|
||||
/* chosen ); */
|
||||
/* } */
|
||||
/* result = true; */
|
||||
/* break; */
|
||||
/* case XW_PHONIES_TRIGGER_ID: */
|
||||
/* chosen = LstPopupList( sPhoniesList ); */
|
||||
/* if ( chosen >= 0 ) { */
|
||||
/* setTriggerFromList( XW_PHONIES_TRIGGER_ID, sPhoniesList, */
|
||||
/* chosen ); */
|
||||
/* } */
|
||||
/* result = true; */
|
||||
/* break; */
|
||||
|
||||
case XW_DICTINFO_DONE_BUTTON_ID:
|
||||
case XW_DICTINFO_BEAM_BUTTON_ID:
|
||||
|
|
|
@ -609,9 +609,9 @@ flipEngSocketFromArm( unsigned char* sout, const ExgSocketType* sin )
|
|||
write_unaligned32( &sout[6], sin->target ); // UInt32 target;
|
||||
write_unaligned32( &sout[10], sin->count ); // UInt32 count;
|
||||
|
||||
write_unaligned32( &sout[14], sin->length );// UInt32 length;
|
||||
write_unaligned32( &sout[14], sin->length ); // UInt32 length;
|
||||
|
||||
write_unaligned32( &sout[18], sin->time );// UInt32 time;
|
||||
write_unaligned32( &sout[18], sin->time ); // UInt32 time;
|
||||
write_unaligned32( &sout[22], sin->appData ); // UInt32 appData;
|
||||
write_unaligned32( &sout[26], sin->goToCreator ); // UInt32 goToCreator;
|
||||
write_unaligned16( &sout[30], sin->goToParams.dbCardNo ); // UInt16 goToParams.dbCardNo;
|
||||
|
|
Loading…
Add table
Reference in a new issue