From 21922847462881016e05b008ffbf7d25c602074b Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Thu, 16 May 2024 13:38:08 +0000 Subject: [PATCH] Remove spurious reference to .cpp extension Bug: none Change-Id: I6e817bba8bc374bf542a3eaff2abd7c390602064 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/350565 Reviewed-by: Mirko Bonadei Commit-Queue: Harald Alvestrand Cr-Commit-Position: refs/heads/main@{#42328} --- g3doc/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g3doc/style-guide.md b/g3doc/style-guide.md index 6822fdf5fd..ead633a1a7 100644 --- a/g3doc/style-guide.md +++ b/g3doc/style-guide.md @@ -55,7 +55,7 @@ file type suffix), in the same directory, in the same build target. test `.cc` files, and with `.cc` files that define `main`.) See also the -[examples and exceptions on how to treat `.h` and `.cpp` files](style-guide/h-cc-pairs.md). +[examples and exceptions on how to treat `.h` and `.cc` files](style-guide/h-cc-pairs.md). This makes the source code easier to navigate and organize, and precludes some questionable build system practices such as having build targets that don't pull