瀏覽代碼

Revert the previous clang-format changes to pass the clang format check
on github.

Guantao Liu 6 年之前
父節點
當前提交
8f30132877
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/core/ext/filters/client_channel/backup_poller.cc

+ 2 - 1
src/core/ext/filters/client_channel/backup_poller.cc

@@ -16,12 +16,13 @@
  *
  */
 
+#include <grpc/support/port_platform.h>
+
 #include "src/core/ext/filters/client_channel/backup_poller.h"
 
 #include <grpc/grpc.h>
 #include <grpc/support/alloc.h>
 #include <grpc/support/log.h>
-#include <grpc/support/port_platform.h>
 #include <grpc/support/sync.h>
 
 #include "src/core/ext/filters/client_channel/client_channel.h"