mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Correct position of an ifdef
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20845 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
446a5b146a
commit
b69982d3e5
1 changed files with 2 additions and 2 deletions
|
@ -4399,6 +4399,8 @@ static void indentation(unsigned level, NSMutableString *str)
|
|||
|
||||
|
||||
|
||||
#ifdef HAVE_LIBXML
|
||||
|
||||
/*
|
||||
* Implementation of categories to output objects for XMLRPC
|
||||
*/
|
||||
|
@ -4731,8 +4733,6 @@ static void indentation(unsigned level, NSMutableString *str)
|
|||
|
||||
|
||||
|
||||
#ifdef HAVE_LIBXML
|
||||
|
||||
/*
|
||||
* And now, the actual GSXMLRPC class.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue