Change tab alignment on checkpoint write operation to match coding style guidelines

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1365 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2007-04-24 23:08:18 +00:00
parent e3795ebdef
commit 6bce9c70ed

View File

@ -131,13 +131,14 @@ int main (void) {
do{
error = saCkptCheckpointRead (checkpointHandle,
ReadVectorElements,
1,
&erroroneousVectorIndex);
ReadVectorElements,
1,
&erroroneousVectorIndex);
if (error != SA_AIS_OK) {
if (error == SA_AIS_ERR_TRY_AGAIN) {
continue;
}
printf ("error is %d\n", error);
return (0);
}