Skip to content

Commit

Permalink
Fix spaces-instead-of-tabs that slipped into /src/os/posix/host-lib.c
Browse files Browse the repository at this point in the history
  • Loading branch information
hostilefork committed Dec 31, 2012
1 parent b9426a5 commit ce2ec52
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/os/posix/host-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,12 @@ static void *Task_Ready;

/***********************************************************************
**
*/ REBINT OS_Get_Env(REBCHR *envname, REBCHR* envval, REBINT valsize)
*/ REBINT OS_Get_Env(REBCHR *envname, REBCHR* envval, REBINT valsize)
/*
** Get a value from the environment.
** Returns size of retrieved value for success or zero if missing.
** If return size is greater than valsize then value contents
** are undefined, and size includes null terminator of needed buf
** Get a value from the environment.
** Returns size of retrieved value for success or zero if missing.
** If return size is greater than valsize then value contents
** are undefined, and size includes null terminator of needed buf
**
***********************************************************************/
{
Expand All @@ -297,10 +297,10 @@ static void *Task_Ready;

/***********************************************************************
**
*/ REBOOL OS_Set_Env(REBCHR *envname, REBCHR *envval)
*/ REBOOL OS_Set_Env(REBCHR *envname, REBCHR *envval)
/*
** Set a value from the environment.
** Returns >0 for success and 0 for errors.
** Set a value from the environment.
** Returns >0 for success and 0 for errors.
**
***********************************************************************/
{
Expand Down

0 comments on commit ce2ec52

Please sign in to comment.