Browse Source

minor: removed trailing spaces

STABLE-2_1_x
goldsimon 10 years ago
parent
commit
247d2e97a0
  1. 2
      src/include/lwip/err.h
  2. 2
      src/include/lwip/init.h

2
src/include/lwip/err.h

@ -48,7 +48,7 @@ extern "C" {
* @ingroup infrastructure
* @{
*/
/** Define LWIP_ERR_T in cc.h if you want to use
* a different type for your platform (must be signed). */
#ifdef LWIP_ERR_T

2
src/include/lwip/init.h

@ -48,7 +48,7 @@ extern "C" {
* @ingroup lwip
* @{
*/
/** X.x.x: Major version of the stack */
#define LWIP_VERSION_MAJOR 2
/** x.X.x: Minor version of the stack */

Loading…
Cancel
Save