style (spacing)

This commit is contained in:
Glenn Maynard
2005-06-03 23:47:56 +00:00
parent 43f52f64c8
commit 274f5c98b8
@@ -7,8 +7,11 @@
static SInt16 ShowAlert( int type, CFStringRef message, CFStringRef OK, CFStringRef cancel = NULL )
{
struct AlertStdCFStringAlertParamRec params = {kStdCFStringAlertVersionOne, true, false, OK, cancel, NULL,
kAlertStdAlertOKButton, kAlertStdAlertCancelButton, kWindowAlertPositionParentWindowScreen, 0};
struct AlertStdCFStringAlertParamRec params =
{
kStdCFStringAlertVersionOne, true, false, OK, cancel, NULL,
kAlertStdAlertOKButton, kAlertStdAlertCancelButton, kWindowAlertPositionParentWindowScreen, 0
};
DialogRef dialog;
SInt16 result;
OSErr err;