mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-14 23:07:17 +00:00
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:
parent
e3795ebdef
commit
6bce9c70ed
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user