Skip to content

Commit 0c8245f

Browse files
MathiasVPgeoffw0
andauthored
Update cpp/ql/test/library-tests/dataflow/taint-tests/atl.cpp
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
1 parent 2c58279 commit 0c8245f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • cpp/ql/test/library-tests/dataflow/taint-tests

cpp/ql/test/library-tests/dataflow/taint-tests/atl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ typedef wchar_t* LPWSTR, *PWSTR;
2525
typedef BSTR* LPBSTR;
2626
typedef unsigned short USHORT;
2727
typedef char *LPTSTR;
28-
struct __POSITION { int unused; };typedef __POSITION* POSITION;
28+
struct __POSITION { int unused; };
29+
typedef __POSITION* POSITION;
2930
typedef WORD ATL_URL_PORT;
3031

3132
enum ATL_URL_SCHEME{

0 commit comments

Comments
 (0)