book: fix indent typos (#117)

This commit is contained in:
changdingfang
2020-08-24 12:59:44 +08:00
committed by GitHub
parent 4de9eb49f7
commit 32bdf85ebd
3 changed files with 12 additions and 8 deletions

View File

@@ -314,6 +314,8 @@ struct A {
int y;
long long z;
};
int main() {
std::atomic<A> a;
std::cout << std::boolalpha << a.is_lock_free() << std::endl;
return 0;

View File

@@ -321,6 +321,8 @@ struct A {
int y;
long long z;
};
int main() {
std::atomic<A> a;
std::cout << std::boolalpha << a.is_lock_free() << std::endl;
return 0;