Skip to content

Commit fa3944b

Browse files
authored
Merge pull request #3625 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents ad40b42 + a325333 commit fa3944b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux/cmake-linux-project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following example shows a simple *CMakeLists.txt* file and .cpp file:
8181

8282
int main(int argc, char* argv[])
8383
{
84-
std::cout << "Hello from Linux CMake" << std::endl;
84+
std::cout << "Hello from Linux CMake \n";
8585
}
8686
```
8787

0 commit comments

Comments
 (0)