mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Cleanup superfluous whitespace changes.
FossilOrigin-Name: a2908e2c88f7a30638a7e791fc7ad0325b663097c12cecd1f4726b0d60a9a3ed
This commit is contained in:
12
src/os_win.c
12
src/os_win.c
@@ -3858,12 +3858,12 @@ static int winLockSharedMemory(winShmNode *pShmNode){
|
||||
** the file must be truncated to zero length or have its header cleared.
|
||||
*/
|
||||
static int winOpenSharedMemory(winFile *pDbFd){
|
||||
struct winShm *p; /* The connection to be opened */
|
||||
winShmNode *pShmNode = 0; /* The underlying mmapped file */
|
||||
int rc = SQLITE_OK; /* Result code */
|
||||
int rc2 = SQLITE_ERROR; /* winOpen result code */
|
||||
winShmNode *pNew; /* Newly allocated winShmNode */
|
||||
int nName; /* Size of zName in bytes */
|
||||
struct winShm *p; /* The connection to be opened */
|
||||
winShmNode *pShmNode = 0; /* The underlying mmapped file */
|
||||
int rc = SQLITE_OK; /* Result code */
|
||||
int rc2 = SQLITE_ERROR; /* winOpen result code */
|
||||
winShmNode *pNew; /* Newly allocated winShmNode */
|
||||
int nName; /* Size of zName in bytes */
|
||||
|
||||
assert( pDbFd->pShm==0 ); /* Not previously opened */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user