diff options
author | drh <drh@noemail.net> | 2007-08-07 17:13:03 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2007-08-07 17:13:03 +0000 |
commit | fd131daecd8acf229b93be883f2df7217fd41af5 (patch) | |
tree | 2fefbc90b0111271a23eb081604fa821f324d4b0 /src/sqliteInt.h | |
parent | 0a0e131c7ee7e282a101cb471913afc69139c445 (diff) | |
download | sqlite-fd131daecd8acf229b93be883f2df7217fd41af5.tar.gz sqlite-fd131daecd8acf229b93be883f2df7217fd41af5.zip |
Remove all tabs from source code files. Ticket #2556. (CVS 4198)
FossilOrigin-Name: 7550dd1d5980a399fbb06b4ed69216700f879a0b
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 30a804282..dfb953e4c 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -11,7 +11,7 @@ ************************************************************************* ** Internal interface definitions for SQLite. ** -** @(#) $Id: sqliteInt.h,v 1.582 2007/08/07 17:04:59 drh Exp $ +** @(#) $Id: sqliteInt.h,v 1.583 2007/08/07 17:13:04 drh Exp $ */ #ifndef _SQLITEINT_H_ #define _SQLITEINT_H_ @@ -1477,11 +1477,11 @@ struct TriggerStep { Trigger *pTrig; /* The trigger that this step is a part of */ Select *pSelect; /* Valid for SELECT and sometimes - INSERT steps (when pExprList == 0) */ + INSERT steps (when pExprList == 0) */ Token target; /* Valid for DELETE, UPDATE, INSERT steps */ Expr *pWhere; /* Valid for DELETE, UPDATE steps */ ExprList *pExprList; /* Valid for UPDATE statements and sometimes - INSERT steps (when pSelect == 0) */ + INSERT steps (when pSelect == 0) */ IdList *pIdList; /* Valid for INSERT statements only */ TriggerStep *pNext; /* Next in the link-list */ TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ |