Skip to content

Commit 3bfb398

Browse files
committed
Autoformat XML.qll.
1 parent 7eec988 commit 3bfb398

File tree

5 files changed

+10
-5
lines changed
  • cpp/ql/src/semmle/code/cpp
  • csharp/ql/src/semmle/code/csharp
  • javascript/ql/src/semmle/javascript
  • java/ql/src/semmle/code/xml
  • python/ql/src/semmle/python/xml

5 files changed

+10
-5
lines changed

cpp/ql/src/semmle/code/cpp/XML.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
import semmle.files.FileSystem
66

7-
private class TXMLLocatable = @xmldtd or @xmlelement or @xmlattribute or @xmlnamespace or @xmlcomment or @xmlcharacters;
7+
private class TXMLLocatable =
8+
@xmldtd or @xmlelement or @xmlattribute or @xmlnamespace or @xmlcomment or @xmlcharacters;
89

910
/** An XML element that has a location. */
1011
class XMLLocatable extends @xmllocatable, TXMLLocatable {

csharp/ql/src/semmle/code/csharp/XML.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
import semmle.files.FileSystem
66

7-
private class TXMLLocatable = @xmldtd or @xmlelement or @xmlattribute or @xmlnamespace or @xmlcomment or @xmlcharacters;
7+
private class TXMLLocatable =
8+
@xmldtd or @xmlelement or @xmlattribute or @xmlnamespace or @xmlcomment or @xmlcharacters;
89

910
/** An XML element that has a location. */
1011
class XMLLocatable extends @xmllocatable, TXMLLocatable {

java/ql/src/semmle/code/xml/XML.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
import semmle.files.FileSystem
66

7-
private class TXMLLocatable = @xmldtd or @xmlelement or @xmlattribute or @xmlnamespace or @xmlcomment or @xmlcharacters;
7+
private class TXMLLocatable =
8+
@xmldtd or @xmlelement or @xmlattribute or @xmlnamespace or @xmlcomment or @xmlcharacters;
89

910
/** An XML element that has a location. */
1011
class XMLLocatable extends @xmllocatable, TXMLLocatable {

javascript/ql/src/semmle/javascript/XML.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
import semmle.files.FileSystem
66

7-
private class TXMLLocatable = @xmldtd or @xmlelement or @xmlattribute or @xmlnamespace or @xmlcomment or @xmlcharacters;
7+
private class TXMLLocatable =
8+
@xmldtd or @xmlelement or @xmlattribute or @xmlnamespace or @xmlcomment or @xmlcharacters;
89

910
/** An XML element that has a location. */
1011
class XMLLocatable extends @xmllocatable, TXMLLocatable {

python/ql/src/semmle/python/xml/XML.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
import semmle.files.FileSystem
66

7-
private class TXMLLocatable = @xmldtd or @xmlelement or @xmlattribute or @xmlnamespace or @xmlcomment or @xmlcharacters;
7+
private class TXMLLocatable =
8+
@xmldtd or @xmlelement or @xmlattribute or @xmlnamespace or @xmlcomment or @xmlcharacters;
89

910
/** An XML element that has a location. */
1011
class XMLLocatable extends @xmllocatable, TXMLLocatable {

0 commit comments

Comments
 (0)