]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Remove unnecessary end-of-line whitespace.
authordrh <>
Mon, 16 Dec 2024 12:08:47 +0000 (12:08 +0000)
committerdrh <>
Mon, 16 Dec 2024 12:08:47 +0000 (12:08 +0000)
FossilOrigin-Name: ae580443d210811c12209866112fc8b0b83281e24945504b748a17d93ad84062

manifest
manifest.uuid
src/wal.c

index 706d45185ba8f190a6fe064298381069646a8582..ca3037f8a34b96da939b1b895d654e9da5e80abd 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Tiny\smakefile/configure\sscript\sdoc\stweaks.\sNo\sfunctional\schanges.
-D 2024-12-16T07:03:12.241
+C Remove\sunnecessary\send-of-line\swhitespace.
+D 2024-12-16T12:08:47.781
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
 F LICENSE.md e108e1e69ae8e8a59e93c455654b8ac9356a11720d3345df2a4743e9590fb20d
@@ -858,7 +858,7 @@ F src/vdbetrace.c fe0bc29ebd4e02c8bc5c1945f1d2e6be5927ec12c06d89b03ef2a4def34bf8
 F src/vdbevtab.c fc46b9cbd759dc013f0b3724549cc0d71379183c667df3a5988f7e2f1bd485f3
 F src/vtab.c 316cd48e9320660db3047cd306cd056e4361180cebb4d0f10a39244e10c11422
 F src/vxworks.h d2988f4e5a61a4dfe82c6524dd3d6e4f2ce3cdb9
-F src/wal.c 8b7e309a8012659ac9275ad8cdcc6acaf73fa04b1090e38a01335f230fd10681
+F src/wal.c fcbc36c31df200daa4ed398923ab55a02dbbed9ce22a8a31c5d9bf447a130126
 F src/wal.h ba252daaa94f889f4b2c17c027e823d9be47ce39da1d3799886bbd51f0490452
 F src/walker.c d5006d6b005e4ea7302ad390957a8d41ed83faa177e412f89bc5600a7462a014
 F src/where.c 9ad3dea8003a8913da6a4ca8322e2fe30773f46e88a0d4fbf9db13bdb999efa2
@@ -2202,8 +2202,8 @@ F tool/version-info.c 3b36468a90faf1bbd59c65fd0eb66522d9f941eedd364fabccd7227350
 F tool/warnings-clang.sh bbf6a1e685e534c92ec2bfba5b1745f34fb6f0bc2a362850723a9ee87c1b31a7
 F tool/warnings.sh 49a486c5069de041aedcbde4de178293e0463ae9918ecad7539eedf0ec77a139
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 52e0f8cab9852538da0778d5f57dd85b0774e764157692111a007aecd963f10a
-R 89eec167649f7e56f45710cfe9ae12c6
-U stephan
-Z da9c21e8a76fc0e0ce1fc5f35c3f13d0
+P ed5e912622839dce76dfb7352b56bb6fc698ecffde195f48db8d3339e9628cb5
+R 50452c481dab7840c92f4813a0b34c39
+U drh
+Z 629c78c1cfb191194be6c80039586a1c
 # Remove this line to create a well-formed Fossil manifest.
index 284e95940f8ef94fb494003eb97d89ff6528a418..2dbca5c412b18aaf8f877dd8708b50a2f5d0db3d 100644 (file)
@@ -1 +1 @@
-ed5e912622839dce76dfb7352b56bb6fc698ecffde195f48db8d3339e9628cb5
+ae580443d210811c12209866112fc8b0b83281e24945504b748a17d93ad84062
index ea9bc4df884cf7ae74952f8320dea913866563da..7bd122562a39f3a28d338613662d5b39e2f54fdf 100644 (file)
--- a/src/wal.c
+++ b/src/wal.c
@@ -3737,12 +3737,12 @@ int sqlite3WalUndo(Wal *pWal, int (*xUndo)(void *, Pgno), void *pUndoCtx){
 
     SEH_TRY {
       /* Restore the clients cache of the wal-index header to the state it
-      ** was in before the client began writing to the database. 
+      ** was in before the client began writing to the database.
       */
       memcpy(&pWal->hdr, (void *)walIndexHdr(pWal), sizeof(WalIndexHdr));
-  
-      for(iFrame=pWal->hdr.mxFrame+1; 
-          ALWAYS(rc==SQLITE_OK) && iFrame<=iMax; 
+
+      for(iFrame=pWal->hdr.mxFrame+1;
+          ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;
           iFrame++
       ){
         /* This call cannot fail. Unless the page for which the page number