From 350635a59a000fa4561d0d8bbe6814b4b9df530c Mon Sep 17 00:00:00 2001 From: Ondrej Bilka Date: Thu, 6 Jun 2013 19:36:03 +0200 Subject: Fix leading whitespaces. --- include/shlib-compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/shlib-compat.h') diff --git a/include/shlib-compat.h b/include/shlib-compat.h index 43ef084d7d..979b5929e3 100644 --- a/include/shlib-compat.h +++ b/include/shlib-compat.h @@ -57,7 +57,7 @@ the version set name to use for e.g. symbols first introduced into libm in the GLIBC_2.1 version. Definitions of symbols with explicit versions should look like: - versioned_symbol (libm, new_foo, foo, GLIBC_2_1); + versioned_symbol (libm, new_foo, foo, GLIBC_2_1); This will define the symbol `foo' with the appropriate default version, i.e. either GLIBC_2.1 or the "earliest version" specified in shlib-versions if that is newer. */ -- cgit v1.2.3