minor formatting

This commit is contained in:
Viktor Szakats
2008-05-10 06:29:37 +00:00
parent b58c301e34
commit d9f14c82b4

View File

@@ -191,7 +191,6 @@ HB_FUNC( ADSAPPLICATIONEXIT )
#endif
}
HB_FUNC( ADSISSERVERLOADED )
{
UNSIGNED16 pbLoaded = 0;
@@ -445,7 +444,6 @@ HB_FUNC( ADSGETTABLECHARTYPE )
}
}
HB_FUNC( ADSSETDEFAULT )
{
UNSIGNED8 pucDefault[ MAX_STR_LEN + 1 ];
@@ -461,7 +459,6 @@ HB_FUNC( ADSSETDEFAULT )
}
}
HB_FUNC( ADSSETSEARCHPATH )
{
UNSIGNED8 pucPath[ MAX_STR_LEN + 1 ];
@@ -641,7 +638,6 @@ HB_FUNC( ADSKEYNO )
}
}
/* 2nd parameter: unsupported Bag Name. */
HB_FUNC( ADSKEYCOUNT )
{
@@ -770,7 +766,6 @@ HB_FUNC( ADSKEYCOUNT )
}
}
HB_FUNC( ADSADDCUSTOMKEY )
{
ADSAREAP pArea = hb_rddGetADSWorkAreaPointer();
@@ -870,7 +865,6 @@ HB_FUNC( ADSCLEARAOF )
}
}
HB_FUNC( ADSEVALAOF )
{
ADSAREAP pArea = hb_rddGetADSWorkAreaPointer();
@@ -1699,7 +1693,6 @@ UNSIGNED32 WINAPI ShowPercentage( UNSIGNED16 usPercentDone )
} /* ShowPercentage */
HB_FUNC( ADSREGCALLBACK )
{
/* NOTE: current implementation is not thread safe.
@@ -1736,7 +1729,6 @@ HB_FUNC( ADSREGCALLBACK )
hb_retl( FALSE );
}
HB_FUNC( ADSCLRCALLBACK )
{
if( s_pItmCobCallBack )
@@ -1805,7 +1797,6 @@ HB_FUNC( ADSGETHANDLETYPE ) /* DD, admin, table */
hb_retni( ulRetVal == AE_SUCCESS ? usType : AE_INVALID_HANDLE );
}
/* nLastErr := AdsGetLastError( [ @cLastErr ] ) */
HB_FUNC( ADSGETLASTERROR )
{
@@ -1857,7 +1848,6 @@ HB_FUNC( ADSFAILEDTRANSACTIONRECOVERY )
hb_retl( AdsFailedTransactionRecovery( pucServer ) == AE_SUCCESS );
}
HB_FUNC( ADSINTRANSACTION )
{
ADSHANDLE hConnect = hb_parnl( 1 );
@@ -1874,7 +1864,6 @@ HB_FUNC( ADSINTRANSACTION )
}
}
HB_FUNC( ADSROLLBACK )
{
ADSHANDLE hConnect = hb_parnl( 1 );
@@ -1957,7 +1946,7 @@ HB_FUNC( ADSVERSION )
}
usPos = strlen( ucVersion ) - 1;
while( ucVersion[usPos] == ' ' && usPos > 0 ) /* remove trailing spaces */
while( ucVersion[ usPos ] == ' ' && usPos > 0 ) /* remove trailing spaces */
{
ucVersion[ usPos-- ] = '\0';
}
@@ -2271,7 +2260,6 @@ HB_FUNC( ADSDDGETDATABASEPROPERTY )
}
}
HB_FUNC( ADSDDSETDATABASEPROPERTY )
{
UNSIGNED32 ulRetVal;