diff --git a/CodingStyle.cc b/CodingStyle.cc index 5eb53a422d9c5368a25b20d0d20b08a5835ed9a2..0555bdbb6b4a9246e79d8cb33f2a69b8de23d5e2 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 362698106fb5d586fdf6368b7f8cc50d2305b94b..ff59d4dc0da90d7c37b7ff2c547ee3833f35c198 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.