[Libosinfo] [PATCH v2 1/2] syms: Fix identation of 0.2.13 symbols

Michal Privoznik mprivozn at redhat.com
Thu Jun 7 06:38:33 UTC 2018


On 06/07/2018 08:24 AM, Fabiano Fidêncio wrote:
> When adding the symbols for LIBOSINFO_0.2.13 I mistakenly added the
> symbols not respecting default identation used (1 tab) and ended up
> using 4 spaces instead.
> 
> Signed-off-by: Fabiano Fidêncio <fabiano at fidencio.org>
> ---
>  osinfo/libosinfo.syms | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/osinfo/libosinfo.syms b/osinfo/libosinfo.syms
> index 64c6f79..7e568ca 100644
> --- a/osinfo/libosinfo.syms
> +++ b/osinfo/libosinfo.syms
> @@ -522,7 +522,7 @@ LIBOSINFO_0.2.12 {
>  
>  LIBOSINFO_0.2.13 {
>      global:
> -    osinfo_media_get_eject_after_install;
> +	osinfo_media_get_eject_after_install;
>  } LIBOSINFO_0.2.12;
>  
>  /* Symbols in next release...
> 

Looking good. ACK.

Michal




More information about the Libosinfo mailing list