mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 16:30:29 +00:00
Remove trailing whitespace from all files (#497)
This commit is contained in:
parent
d3f3cb7ab4
commit
7e2eae5c15
356 changed files with 41701 additions and 41680 deletions
8
third_party/sqlite3/whereInt.inc
vendored
8
third_party/sqlite3/whereInt.inc
vendored
|
@ -142,7 +142,7 @@ struct WhereLoop {
|
|||
|
||||
/* This object holds the prerequisites and the cost of running a
|
||||
** subquery on one operand of an OR operator in the WHERE clause.
|
||||
** See WhereOrSet for additional information
|
||||
** See WhereOrSet for additional information
|
||||
*/
|
||||
struct WhereOrCost {
|
||||
Bitmask prereq; /* Prerequisites */
|
||||
|
@ -194,7 +194,7 @@ struct WherePath {
|
|||
** clause subexpression is separated from the others by AND operators,
|
||||
** usually, or sometimes subexpressions separated by OR.
|
||||
**
|
||||
** All WhereTerms are collected into a single WhereClause structure.
|
||||
** All WhereTerms are collected into a single WhereClause structure.
|
||||
** The following identity holds:
|
||||
**
|
||||
** WhereTerm.pWC->a[WhereTerm.idx] == WhereTerm
|
||||
|
@ -350,8 +350,8 @@ struct WhereAndInfo {
|
|||
** An instance of the following structure keeps track of a mapping
|
||||
** between VDBE cursor numbers and bits of the bitmasks in WhereTerm.
|
||||
**
|
||||
** The VDBE cursor numbers are small integers contained in
|
||||
** SrcList_item.iCursor and Expr.iTable fields. For any given WHERE
|
||||
** The VDBE cursor numbers are small integers contained in
|
||||
** SrcList_item.iCursor and Expr.iTable fields. For any given WHERE
|
||||
** clause, the cursor numbers might not begin with 0 and they might
|
||||
** contain gaps in the numbering sequence. But we want to make maximum
|
||||
** use of the bits in our bitmasks. This structure provides a mapping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue