Remove single space on end of a line in xlog.c
authorSimon Riggs <simon@2ndQuadrant.com>
Sun, 19 May 2013 14:38:47 +0000 (15:38 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Sun, 19 May 2013 14:38:47 +0000 (15:38 +0100)
Michael Paquier

src/backend/access/transam/xlog.c

index f7dd61c4c7538fe99cef58bf8e27be9a1ede0052..ce31c05492caf3720e739052861d2da5a3b8c07f 100644 (file)
@@ -6866,7 +6866,7 @@ CreateCheckPoint(int flags)
        XLogRecPtr  curInsert;
 
        INSERT_RECPTR(curInsert, Insert, Insert->curridx);
-       if (curInsert == ControlFile->checkPoint + 
+       if (curInsert == ControlFile->checkPoint +
            MAXALIGN(SizeOfXLogRecord + sizeof(CheckPoint)) &&
            ControlFile->checkPoint == ControlFile->checkPointCopy.redo)
        {