summaryrefslogtreecommitdiff
path: root/lib/strtoul.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
committerBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
commit441aa3044f43e5572f58c354f01e6bc070acd5c7 (patch)
treebef236e8058dd3469da28ffcd5a6a287222a4c50 /lib/strtoul.c
parent039ae97b8ae35a2446c5d62d72b21689c97da7e2 (diff)
downloadgnulib-441aa3044f43e5572f58c354f01e6bc070acd5c7.tar.gz
Use spaces for indentation, not tabs.
Diffstat (limited to 'lib/strtoul.c')
-rw-r--r--lib/strtoul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strtoul.c b/lib/strtoul.c
index 88dbfc0741..94d1164ea8 100644
--- a/lib/strtoul.c
+++ b/lib/strtoul.c
@@ -14,6 +14,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#define UNSIGNED 1
+#define UNSIGNED 1
#include "strtol.c"