You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2008/08/28 18:24:32 UTC

svn commit: r689870 - /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyerror.c

Author: tellison
Date: Thu Aug 28 09:24:31 2008
New Revision: 689870

URL: http://svn.apache.org/viewvc?rev=689870&view=rev
Log:
Fix formatting.

Modified:
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyerror.c

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyerror.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyerror.c?rev=689870&r1=689869&r2=689870&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyerror.c (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyerror.c Thu Aug 28 09:24:31 2008
@@ -317,7 +317,7 @@
     {
       portLibrary->str_printf (portLibrary, ptBuffers->errorMessageBuffer,
                                ptBuffers->errorMessageBufferSize,
-							   "%s",
+                               "%s",
                                errorMessage);
       ptBuffers->errorMessageBuffer[ptBuffers->errorMessageBufferSize - 1] =
         '\0';