Преглед изворни кода

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"