diff options
author | drh <> | 2025-05-19 12:46:08 +0000 |
---|---|---|
committer | drh <> | 2025-05-19 12:46:08 +0000 |
commit | 890de76cf51dbf99ecaeabfbc6e0e191ba5fbda4 (patch) | |
tree | b2392a9be6c29646267957f1306f8a2e62fb497e /ext/rtree/rtree.c | |
parent | a58208a2142d24c41fc258903a43809f7177780a (diff) | |
download | sqlite-890de76cf51dbf99ecaeabfbc6e0e191ba5fbda4.tar.gz sqlite-890de76cf51dbf99ecaeabfbc6e0e191ba5fbda4.zip |
Remove stray tab characters from source files.
FossilOrigin-Name: 298ff5a1dc5dbccaf6acd91731044f478a5ce522745332801708ceee996b01e6
Diffstat (limited to 'ext/rtree/rtree.c')
-rw-r--r-- | ext/rtree/rtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rtree/rtree.c b/ext/rtree/rtree.c index 5e9fa6996..f90fd5a0a 100644 --- a/ext/rtree/rtree.c +++ b/ext/rtree/rtree.c @@ -2848,7 +2848,7 @@ static int deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight){ return rc; } - + /* ** Insert cell pCell into node pNode. Node pNode is the head of a ** subtree iHeight high (leaf nodes have iHeight==0). |