You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Bill Blough (Jira)" <ji...@apache.org> on 2020/04/07 17:03:00 UTC

[jira] [Updated] (AXIS2C-1504) no newline at end of file

     [ https://issues.apache.org/jira/browse/AXIS2C-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Blough updated AXIS2C-1504:
--------------------------------
    Fix Version/s: 1.7.0

> no newline at end of file
> -------------------------
>
>                 Key: AXIS2C-1504
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1504
>             Project: Axis2-C
>          Issue Type: Bug
>    Affects Versions: Current (Nightly)
>         Environment: GNU/Linux (RHEL4) 32-bit, gcc 3.4.6
>            Reporter: Ivan Pechorin
>            Assignee: Korale Gamaralalage Nandika Chandrasiri Jayawardana
>            Priority: Trivial
>             Fix For: 1.7.0
>
>
> Current trunk has 3 files without newline at end of file, preventing Axis2/C from building on Linux cleanly.
> ===================================================================
> --- src/core/engine/conf.c      (revision 1035527)
> +++ src/core/engine/conf.c      (working copy)
> @@ -1892,4 +1892,5 @@
>      }
>         return AXIS2_FAILURE;
> -}
> \ No newline at end of file
> +}
> +
> Index: src/core/clientapi/op_client.c
> ===================================================================
> --- src/core/clientapi/op_client.c      (revision 1035527)
> +++ src/core/clientapi/op_client.c      (working copy)
> @@ -1438,4 +1438,5 @@
>      axis2_bool_t reuse)
>  {
>      op_client->reuse = reuse;
> -}
> \ No newline at end of file
> +}
> +
> Index: util/src/property.c
> ===================================================================
> --- util/src/property.c (revision 1035527)
> +++ util/src/property.c (working copy)
> @@ -199,4 +199,5 @@
>         const axutil_env_t *env)
>  {
>         return prop->scope;
> -}
> \ No newline at end of file
> +}
> +



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org