core/contrib: whitespace/minor [ci skip]

This commit is contained in:
Viktor Szakats
2017-09-11 19:56:57 +00:00
parent 2e235ee4d8
commit ff3fbd8e40
29 changed files with 385 additions and 388 deletions

View File

@@ -470,7 +470,7 @@ static HB_ERRCODE sqlbaseGetValue( SQLBASEAREAP pArea, HB_USHORT uiIndex, PHB_IT
static HB_ERRCODE sqlbaseGetVarLen( SQLBASEAREAP pArea, HB_USHORT uiIndex, HB_ULONG * pLength )
{
/* TODO: should we use this code? */
/* TODO: should we use this code? */
#if 0
if( pArea->area.lpFields[ uiIndex ].uiType == HB_IT_MEMO )
return pArea->pSDD->GetVarLen( pArea, uiIndex, pLength );