From 659884048d24d0322feb74712e1260cb63b0ac99 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 25 Jun 2017 05:10:39 +0300 Subject: std::call_once: Markdown style fix --- _posts/2015-07-03-std-call-once-bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2015-07-03-std-call-once-bug.md') diff --git a/_posts/2015-07-03-std-call-once-bug.md b/_posts/2015-07-03-std-call-once-bug.md index 569601e..313fc6a 100644 --- a/_posts/2015-07-03-std-call-once-bug.md +++ b/_posts/2015-07-03-std-call-once-bug.md @@ -218,7 +218,7 @@ int main() `entered` and `exiting` are utility functions to print timestamps. The implementation is included in the [complete code sample]. -{: .alert .alert-info} +{: .alert .alert-info } The first thread is supposed to have the total running time of about 13 seconds, right? -- cgit v1.2.3