diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-13 23:54:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-13 23:54:48 +0200 |
commit | 1bc26d1c6493365abc562247eebeb1ba3e8e3356 (patch) | |
tree | cdbac46457dfa29f67c6b563b3785dd623cb8990 /include | |
parent | info: slibc-error.h (diff) | |
download | slibc-1bc26d1c6493365abc562247eebeb1ba3e8e3356.tar.gz slibc-1bc26d1c6493365abc562247eebeb1ba3e8e3356.tar.bz2 slibc-1bc26d1c6493365abc562247eebeb1ba3e8e3356.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/alloca.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/alloca.h b/include/alloca.h index 68e50bf..010bb99 100644 --- a/include/alloca.h +++ b/include/alloca.h @@ -27,7 +27,7 @@ #include <bits/types.h> -/* alloca is machine- _and_ compiler-dependent, it is not +/* alloca is machine- _and_ compiler-dependent, it is not * implemented in slibc, but in the compiler. */ |