diff --git a/CodingStyle.cc b/CodingStyle.cc index 5eb53a4..0555bdb 100644 --- a/CodingStyle.cc +++ b/CodingStyle.cc @@ -7,7 +7,6 @@ * ****************************************************************************/ - // This is an example class c++ file which is used to describe the QGroundControl // coding style. In general almost everything in here has some coding style meaning. // Not all style choices are explained. diff --git a/CodingStyle.h b/CodingStyle.h index 3626981..ff59d4d 100644 --- a/CodingStyle.h +++ b/CodingStyle.h @@ -7,7 +7,6 @@ * ****************************************************************************/ - // This is an example class header file which is used to describe the QGroundControl // coding style. In general almost everything in here has some coding style meaning. // Not all style choices are explained.