Skip to content

Commit

Permalink
Fix clang-format, a=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Sep 22, 2016
1 parent 108dbc9 commit 16b882a
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_0rtt_unittest.cc
Expand Up @@ -4,8 +4,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_auth_unittest.cc
Expand Up @@ -4,8 +4,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_ciphersuite_unittest.cc
Expand Up @@ -4,10 +4,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include <functional>
#include <memory>
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_damage_unittest.cc
Expand Up @@ -4,10 +4,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include <functional>
#include <memory>
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_dhe_unittest.cc
Expand Up @@ -4,11 +4,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include <functional>
#include <memory>
#include <set>
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_drop_unittest.cc
Expand Up @@ -4,8 +4,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include "secerr.h"
#include "ssl.h"

extern "C" {
// This is not something that should make you happy.
Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_ecdh_unittest.cc
Expand Up @@ -4,10 +4,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include <functional>
#include <memory>
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_ems_unittest.cc
Expand Up @@ -4,8 +4,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_gtest.cc
@@ -1,7 +1,7 @@
#include "ssl.h"
#include "nspr.h"
#include "nss.h"
#include "prenv.h"
#include "ssl.h"

#include <cstdlib>

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_hrr_unittest.cc
Expand Up @@ -4,8 +4,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_loopback_unittest.cc
Expand Up @@ -4,10 +4,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include <functional>
#include <memory>
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_record_unittest.cc
Expand Up @@ -4,8 +4,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include "nss.h"
#include "ssl.h"
#include "sslimpl.h"

#include "databuffer.h"
Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_resumption_unittest.cc
Expand Up @@ -4,10 +4,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include <functional>
#include <memory>
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_staticrsa_unittest.cc
Expand Up @@ -4,10 +4,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include <functional>
#include <memory>
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_v2_client_hello_unittest.cc
Expand Up @@ -4,8 +4,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include "pk11pub.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/ssl_version_unittest.cc
Expand Up @@ -4,8 +4,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "ssl.h"
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
#include "sslproto.h"

Expand Down

0 comments on commit 16b882a

Please sign in to comment.