mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
time: Fix indentation
PiperOrigin-RevId: 815797016 Change-Id: Id65f079e8536a0d264e3f603726e2b01e3149102
This commit is contained in:
committed by
Copybara-Service
parent
266d62e8eb
commit
2af4687a56
@@ -180,7 +180,7 @@ using EnableIfFloat =
|
||||
//
|
||||
// Alternatively, conversions can be performed using helpers such as
|
||||
// `ToInt64Microseconds()` and `ToDoubleSeconds()`.
|
||||
class Duration {
|
||||
class Duration {
|
||||
public:
|
||||
// Value semantics.
|
||||
constexpr Duration() : rep_hi_(0), rep_lo_(0) {} // zero-length duration
|
||||
@@ -787,7 +787,7 @@ std::string UnparseFlag(Duration d);
|
||||
// absl::Time t2 = t1 + absl::Minutes(2);
|
||||
// absl::Duration d = t2 - t1; // == absl::Minutes(2)
|
||||
//
|
||||
class Time {
|
||||
class Time {
|
||||
public:
|
||||
// Value semantics.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user