mirror of
https://github.com/postgres/postgres.git
synced 2025-11-01 21:31:19 +03:00
Cleanup of source files where 'return' or 'var =' is alone on a line.
This commit is contained in:
@@ -113,8 +113,7 @@ LPSETUPDLG lpsetupdlg;
|
||||
lpsetupdlg->hwndParent = hwnd;
|
||||
lpsetupdlg->lpszDrvr = lpszDriver;
|
||||
lpsetupdlg->fNewDSN = (ODBC_ADD_DSN == fRequest);
|
||||
lpsetupdlg->fDefault =
|
||||
!lstrcmpi(lpsetupdlg->ci.dsn, INI_DSN);
|
||||
lpsetupdlg->fDefault = !lstrcmpi(lpsetupdlg->ci.dsn, INI_DSN);
|
||||
|
||||
// Display the appropriate dialog (if parent window handle supplied)
|
||||
if (hwnd) {
|
||||
|
||||
Reference in New Issue
Block a user