Cleanup of source files where 'return' or 'var =' is alone on a line.
authorBruce Momjian <bruce@momjian.us>
Wed, 3 Feb 1999 21:17:53 +0000 (21:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 3 Feb 1999 21:17:53 +0000 (21:17 +0000)
setup.c

diff --git a/setup.c b/setup.c
index 42f538dc7d74a7b9e8939d4539f1d03d56e5d7fd..dae789003dd9215543b7505639f5a0c7805a25db 100644 (file)
--- a/setup.c
+++ b/setup.c
@@ -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) {