Skip to content

Commit ece1d89

Browse files
committed
#221: code cleanup (changed tabs to spaces)
1 parent ed43c1f commit ece1d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Notepad2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3338,8 +3338,8 @@ LRESULT MsgCommand(HWND hwnd, WPARAM wParam, LPARAM lParam)
33383338
{
33393339
char mszBuf[MAX_PATH] = { 0 };
33403340
sprintf(mszBuf, "%05d", n2e_GenerateRandom());
3341-
SciCall_ReplaceSel(0, (LPARAM)mszBuf);
3342-
SciCall_SetSel(SciCall_GetAnchor() - strlen(mszBuf), SciCall_GetSelStart());
3341+
SciCall_ReplaceSel(0, (LPARAM)mszBuf);
3342+
SciCall_SetSel(SciCall_GetAnchor() - strlen(mszBuf), SciCall_GetSelStart());
33433343
}
33443344
break;
33453345
// [/2e]

0 commit comments

Comments
 (0)