Remove uses of #pragma once and add PRESUBMIT check.
They violate the C++ coding style guide: https://chromium.googlesource.com/chromium/src/+/master/styleguide/c++/c++.md#File-headers BUG=webrtc:7191 NOTRY=True Review-Url: https://codereview.webrtc.org/2707843002 Cr-Commit-Position: refs/heads/master@{#16712}
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
|
||||
#ifndef WEBRTC_EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
|
||||
#define WEBRTC_EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
|
||||
#pragma once
|
||||
|
||||
#include <assert.h>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user