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:
@ -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.
|
||||
|
Reference in New Issue
Block a user