core/contrib: whitespace/minor [ci skip]
This commit is contained in:
@@ -1296,7 +1296,7 @@ HB_SIZE hb_xquery( int iMode )
|
||||
|
||||
switch( iMode )
|
||||
{
|
||||
case HB_MEM_CHAR: /* (Free Variable Space [KB]) */
|
||||
case HB_MEM_CHAR: /* (Free Variable Space [KB]) */
|
||||
#if defined( HB_OS_WIN )
|
||||
{
|
||||
MEMORYSTATUS memorystatus;
|
||||
@@ -1317,7 +1317,7 @@ HB_SIZE hb_xquery( int iMode )
|
||||
#endif
|
||||
break;
|
||||
|
||||
case HB_MEM_BLOCK: /* (Largest String [KB]) */
|
||||
case HB_MEM_BLOCK: /* (Largest String [KB]) */
|
||||
#if defined( HB_OS_WIN )
|
||||
{
|
||||
MEMORYSTATUS memorystatus;
|
||||
@@ -1338,7 +1338,7 @@ HB_SIZE hb_xquery( int iMode )
|
||||
#endif
|
||||
break;
|
||||
|
||||
case HB_MEM_RUN: /* (RUN Memory [KB]) */
|
||||
case HB_MEM_RUN: /* (RUN Memory [KB]) */
|
||||
#if defined( HB_OS_WIN )
|
||||
{
|
||||
MEMORYSTATUS memorystatus;
|
||||
|
||||
@@ -3082,10 +3082,7 @@ void hb_vmExecute( const HB_BYTE * pCode, PHB_SYMB pSymbols )
|
||||
}
|
||||
}
|
||||
|
||||
/* ------------------------------- */
|
||||
/* Operators ( mathematical */
|
||||
/* character / misc ) */
|
||||
/* ------------------------------- */
|
||||
/* Operators (mathematical / character / misc) */
|
||||
|
||||
static void hb_vmAddInt( PHB_ITEM pResult, HB_LONG lAdd )
|
||||
{
|
||||
|
||||
@@ -665,8 +665,8 @@ static void hb_memvarCreateFromDynSymbol( PHB_DYNS pDynVar, int iScope, PHB_ITEM
|
||||
*/
|
||||
pMemvar->type = HB_IT_LOGICAL;
|
||||
|
||||
/* NOTE: PUBLIC variables named CLIPPER and HARBOUR are initialized */
|
||||
/* to .T., this is normal Clipper behaviour. [vszakats] */
|
||||
/* NOTE: PUBLIC variables named CLIPPER and HARBOUR are initialized
|
||||
to .T., this is normal Clipper behaviour. [vszakats] */
|
||||
|
||||
pMemvar->item.asLogical.value =
|
||||
( strcmp( pDynVar->pSymbol->szName, "HARBOUR" ) == 0 ||
|
||||
|
||||
Reference in New Issue
Block a user