Add NetBSD CVS marker, remove some whitespace.

This commit is contained in:
mbalmer 2011-10-08 08:46:40 +00:00
parent e7df974e10
commit 66e9bcb443

View File

@ -1,3 +1,5 @@
/* $NetBSD: gpio.c,v 1.2 2011/10/08 08:46:40 mbalmer Exp $ */
/*
* Copyright (c) 2011 Marc Balmer <marc@msys.ch>
* All rights reserved.
@ -185,7 +187,6 @@ gpio_write(lua_State *L)
return 1;
}
static int
gpio_toggle(lua_State *L)
{
@ -201,7 +202,6 @@ gpio_toggle(lua_State *L)
return 1;
}
static int
gpio_attach(lua_State *L)
{
@ -224,7 +224,6 @@ gpio_attach(lua_State *L)
return 0;
}
static int
gpio_pulse(lua_State *L)
{