Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit342fb8a

Browse files
committed
Fix unusual include style
Project-internal header files should be included using " ", not < >.
1 parent9ca6765 commit342fb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/modules/test_rls_hooks/test_rls_hooks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#ifndefTEST_RLS_HOOKS_H
1515
#defineTEST_RLS_HOOKS_H
1616

17-
#include<rewrite/rowsecurity.h>
17+
#include"rewrite/rowsecurity.h"
1818

1919
/* Return set of permissive hooks based on CmdType and Relation */
2020
externList*test_rls_hooks_permissive(CmdTypecmdtype,Relationrelation);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp