style (don't indent with spaces)

This commit is contained in:
fpeters 2005-04-01 17:30:02 +00:00
parent 81c5caef1c
commit ab79761be8
1 changed files with 2 additions and 3 deletions

View File

@ -91,7 +91,7 @@ int soap_loop(LassoLogout *logout)
}
printf("Location: %s\n\nRedirected",
LASSO_PROFILE(logout)->msg_url);
LASSO_PROFILE(logout)->msg_url);
} else {
/* we're done */
rc = lasso_logout_build_request_msg(logout);
@ -102,7 +102,7 @@ int soap_loop(LassoLogout *logout)
}
if (rc) {
printf("Location: %s\n\nRedirected",
LASSO_PROFILE(logout)->msg_url);
LASSO_PROFILE(logout)->msg_url);
return 0;
}
}
@ -232,4 +232,3 @@ shutdown:
lasso_shutdown();
return rc;
}