From d2532ff484c20c2ad2a0be8039b3b3e7522894fc Mon Sep 17 00:00:00 2001 From: James Moore Date: Tue, 23 Jan 2024 11:05:32 -0800 Subject: [PATCH] edit two seperate files --- include/client.h | 4 +++- src/client.cpp | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/client.h b/include/client.h index 95538b6..1809962 100644 --- a/include/client.h +++ b/include/client.h @@ -1 +1,3 @@ -// this is a header file \ No newline at end of file +// this is a header file + +// edit in header file \ No newline at end of file diff --git a/src/client.cpp b/src/client.cpp index d048cee..c7bf00d 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1 +1,3 @@ -// this is a source file \ No newline at end of file +// this is a source file + +// edit in cpp file \ No newline at end of file