commit | 2b1ceaace24b8564465e8bb9ac9d64e442a893d8 | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne.2@gmail.com> | Tue Apr 20 12:03:32 2021 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 20 09:05:41 2021 -0700 |
tree | 46592f8a7c84c60f84e20a1cf78b270dce8cefc3 | |
parent | 5d41ff58e21eba58d11cda2c897fbf59b385d725 [diff] [blame] |
[libc++] NFC: Normalize `#endif //` comment indentation GitOrigin-RevId: 4cd6ca102a94e1b64ba3f940cc26b4d7b2b82964
diff --git a/src/thread.cpp b/src/thread.cpp index 8d49e2f..8dddb24 100644 --- a/src/thread.cpp +++ b/src/thread.cpp
@@ -94,7 +94,7 @@ # warning hardware_concurrency not yet implemented # endif return 0; // Means not computable [thread.thread.static] -#endif // defined(CTL_HW) && defined(HW_NCPU) +#endif // defined(CTL_HW) && defined(HW_NCPU) } namespace this_thread