Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -157,7 +157,7 @@ bool wxProcess::Exists(int pid)
|
||||
{
|
||||
case wxKILL_OK:
|
||||
case wxKILL_ACCESS_DENIED:
|
||||
return TRUE;
|
||||
return true;
|
||||
|
||||
default:
|
||||
case wxKILL_ERROR:
|
||||
@@ -166,7 +166,7 @@ bool wxProcess::Exists(int pid)
|
||||
// fall through
|
||||
|
||||
case wxKILL_NO_PROCESS:
|
||||
return FALSE;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user