From 0ba60017632282384938d851e5a056b92b9b0e17 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 20 Sep 2012 11:15:44 +0200 Subject: Fix whitespace damage --- laugeas.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/laugeas.c b/laugeas.c index 1133c27..cd9a553 100644 --- a/laugeas.c +++ b/laugeas.c @@ -1,7 +1,7 @@ /* --- Lua wrapper for Augeas library. -- --- In general, the functions map straight to the C library. See the +-- In general, the functions map straight to the C library. See the -- descriptions below for details. */ #include @@ -221,7 +221,7 @@ static int Paug_match(lua_State *L) n = aug_match(a, path, &match); if (n < 0) return pusherror(L, a, path); - + lua_newtable(L); for (i = 0; i < n; i++) { lua_pushnumber(L, i+1); @@ -291,7 +291,7 @@ static const luaL_reg Paug_methods[] = { --- Initializes the library. -- -- * `params` Table of initialization parameters; all optional. `root` path to --- Augeas, `loadpath` to Augeas lenses, and string/boolean pairs for the +-- Augeas, `loadpath` to Augeas lenses, and string/boolean pairs for the -- flags in the Taug_flagmap array. -- * `[return]` augeas object, used as first parameter in subsequent function -- calls -- cgit v1.2.3