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