clang-format I suppose

This commit is contained in:
Ivan Molodetskikh
2017-11-10 09:38:59 +03:00
committed by Chris Marsh
parent 9d4d145e7f
commit 57316cbaee
6 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
#pragma once
#include <stdint.h>
#include <algorithm>
#include <random>
#include <stdint.h>
#include <time.h>
struct Backoff {