From 6bce9c70edd0af8409edf3c3bc2ce112db6143c2 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 24 Apr 2007 23:08:18 +0000 Subject: [PATCH] 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 --- test/ckpt-wr.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/ckpt-wr.c b/test/ckpt-wr.c index 367a886d..f9515609 100644 --- a/test/ckpt-wr.c +++ b/test/ckpt-wr.c @@ -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); }