aboutsummaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
authordrh <>2023-05-12 12:57:44 +0000
committerdrh <>2023-05-12 12:57:44 +0000
commit26a3e5664926abf2bb5cd9587256655dec2730fc (patch)
tree7c40417028b2222078859aebde25d82a8d22429d /src/expr.c
parent61791c6f4c7188db804d4f4cd257f9e6c977415f (diff)
downloadsqlite-26a3e5664926abf2bb5cd9587256655dec2730fc.tar.gz
sqlite-26a3e5664926abf2bb5cd9587256655dec2730fc.zip
Remove a stray CR from end of line in a source file.
FossilOrigin-Name: 48139fb904de4b7b383e7f8c29bed83ad878eb22b1dd773c366a0aee74613d23
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c
index acd86ac1c..52fc791c6 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -3847,7 +3847,7 @@ void sqlite3ExprCodeGeneratedColumn(
int nErr = pParse->nErr;
assert( v!=0 );
assert( pParse->iSelfTab!=0 );
- if( pParse->iSelfTab>0 ){
+ if( pParse->iSelfTab>0 ){
iAddr = sqlite3VdbeAddOp3(v, OP_IfNullRow, pParse->iSelfTab-1, 0, regOut);
}else{
iAddr = 0;