Skip to content

Commit 69deda2

Browse files
author
Michael Blome
committed
fixed up bad code formatting
:wq
1 parent 3895e4b commit 69deda2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/standard-library/chrono-functions.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ manager: "ghogen"
1818
## <a name="chrono_literals"></a> chrono literals
1919
(C++14) The \<chrono> header defines 12 [user-defined literals](../cpp/user-defined-literals-cpp.md) to facilitate using literals that represent hours, minutes, seconds, milliseconds, microseconds, and nanoseconds. Each user-defined literal has an integral and a floating-point overload. The literals are defined in the literals::chrono_literals inline namespace which is brought into scope automatically when std::chrono is in scope.
2020

21-
```
21+
```cpp
2222
inline namespace literals {
2323
inline namespace chrono_literals {
2424
// return integral hours
@@ -61,9 +61,6 @@ inline namespace literals {
6161
}// inline namespace literals
6262
```
6363
64-
```
65-
```
66-
6764
### Remarks
6865
6966
### Example

0 commit comments

Comments
 (0)