summaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/_Exit_test.cpp
diff options
context:
space:
mode:
authorPaula Toth <paulatoth@google.com>2020-04-08 10:16:30 -0700
committerPaula Toth <paulatoth@google.com>2020-04-08 10:18:37 -0700
commit66d00feb186619cc5919a18ab56334558e6bbd45 (patch)
treeb7b24d80f96812faa4eb5a14314bda98a9e0ecf4 /libc/test/src/stdlib/_Exit_test.cpp
parent94121c60d622e3af682970b2af3420415e14ba63 (diff)
[libc][NFC] Make all top of file comments consistent.
Summary: Made all header files consistent based of this documentation: https://llvm.org/docs/CodingStandards.html#file-headers. And did the same for all source files top of file comments. Reviewers: sivachandra, abrachet Reviewed By: sivachandra, abrachet Subscribers: MaskRay, tschuett, libc-commits Tags: #libc-project Differential Revision: https://reviews.llvm.org/D77533
Diffstat (limited to 'libc/test/src/stdlib/_Exit_test.cpp')
-rw-r--r--libc/test/src/stdlib/_Exit_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/test/src/stdlib/_Exit_test.cpp b/libc/test/src/stdlib/_Exit_test.cpp
index 49878bfd506e..6593a874cd9d 100644
--- a/libc/test/src/stdlib/_Exit_test.cpp
+++ b/libc/test/src/stdlib/_Exit_test.cpp
@@ -1,4 +1,4 @@
-//===----------------------- Unittests for _Exit --------------------------===//
+//===-- Unittests for _Exit -----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.