1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix code indentation. No logic changes.

FossilOrigin-Name: e115f2583499df0c7ee991d372bed4b89aa717b10a4e4b10977864390cb4fc11
This commit is contained in:
drh
2018-01-02 21:29:42 +00:00
parent 4d795ef7e4
commit d9620b8555
3 changed files with 8 additions and 8 deletions

View File

@@ -5579,7 +5579,7 @@ static int getPageMMap(
}
if( pPg==0 ){
rc = pagerAcquireMapPage(pPager, pgno, pData, &pPg);
}else{
}else{
sqlite3OsUnfetch(pPager->fd, (i64)(pgno-1)*pPager->pageSize, pData);
}
if( pPg ){