Skip to content

Commit ed328cc

Browse files
committed
Renormalize line endings in source files.
1 parent 6dccd37 commit ed328cc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+8935
-8935
lines changed

ext/libxml/ruby_xml.c

Lines changed: 556 additions & 556 deletions
Large diffs are not rendered by default.

ext/libxml/ruby_xml_attributes.h

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
/* Please see the LICENSE file for copyright and distribution information */
2-
3-
#ifndef __RXML_ATTRIBUTES__
4-
#define __RXML_ATTRIBUTES__
5-
6-
#include <libxml/tree.h>
7-
8-
extern VALUE cXMLAttributesibutes;
9-
10-
void rxml_init_attributes(void);
11-
VALUE rxml_attributes_new(xmlNodePtr xnode);
12-
13-
VALUE rxml_attributes_attribute_get(VALUE self, VALUE name);
14-
VALUE rxml_attributes_attribute_set(VALUE self, VALUE name, VALUE value);
15-
16-
17-
#endif
1+
/* Please see the LICENSE file for copyright and distribution information */
2+
3+
#ifndef __RXML_ATTRIBUTES__
4+
#define __RXML_ATTRIBUTES__
5+
6+
#include <libxml/tree.h>
7+
8+
extern VALUE cXMLAttributesibutes;
9+
10+
void rxml_init_attributes(void);
11+
VALUE rxml_attributes_new(xmlNodePtr xnode);
12+
13+
VALUE rxml_attributes_attribute_get(VALUE self, VALUE name);
14+
VALUE rxml_attributes_attribute_set(VALUE self, VALUE name, VALUE value);
15+
16+
17+
#endif

0 commit comments

Comments
 (0)