Skip to content

Commit 073e685

Browse files
committed
Disable clang-format on include which needs to be the last
1 parent f84c60a commit 073e685

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

port/protobuf.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
#include "google/protobuf/util/message_differencer.h"
2525
#include "google/protobuf/wire_format.h"
2626

27+
// clang-format off
2728
#include "google/protobuf/port_def.inc" // MUST be last header included
29+
// clang-format on
2830
#if PROTOBUF_VERSION < 4025000
2931

3032
namespace google {

0 commit comments

Comments
 (0)