1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Remove a stray tab character from the transitive_closure extension source code.

FossilOrigin-Name: 7a9aa21c3506a10ab9465540e81071b39bca447d
This commit is contained in:
drh
2013-05-17 20:16:41 +00:00
parent e8601c6561
commit f15d23da6e
3 changed files with 8 additions and 8 deletions

View File

@ -295,7 +295,7 @@ closure_avl *closureAvlNext(closure_avl *p){
}
return p;
}
/* Insert a new node pNew. Return NULL on success. If the key is not
** unique, then do not perform the insert but instead leave pNew unchanged
** and return a pointer to an existing node with the same key.