aboutsummaryrefslogtreecommitdiff
path: root/src/wherecode.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2017-08-25 19:51:51 +0000
committerdrh <drh@noemail.net>2017-08-25 19:51:51 +0000
commitf49759bf030088bbe2cf35c5c642b6f265bb56f4 (patch)
treec5d51f4ca8757ec23b66369c2981b33d6b5bee17 /src/wherecode.c
parent36494b8bc681cc27b145674da9bb380eeac7a371 (diff)
downloadsqlite-f49759bf030088bbe2cf35c5c642b6f265bb56f4.tar.gz
sqlite-f49759bf030088bbe2cf35c5c642b6f265bb56f4.zip
Fix a few over-length source code lines. No functional changes.
FossilOrigin-Name: 1783c54ce9dcb4b2c4f2a66f6d3315e646b71b54a8899fc32a7bf0f935a21f7f
Diffstat (limited to 'src/wherecode.c')
-rw-r--r--src/wherecode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wherecode.c b/src/wherecode.c
index 528aeec2b..30ff3f25c 100644
--- a/src/wherecode.c
+++ b/src/wherecode.c
@@ -1070,9 +1070,9 @@ static int whereIndexExprTransNode(Walker *p, Expr *pExpr){
}
/*
-** For an indexes on expression X, locate every instance of expression X in pExpr
-** and change that subexpression into a reference to the appropriate column of
-** the index.
+** For an indexes on expression X, locate every instance of expression X
+** in pExpr and change that subexpression into a reference to the appropriate
+** column of the index.
*/
static void whereIndexExprTrans(
Index *pIdx, /* The Index */