From dfbc5bb4ba854a1d996dc0115f0068b02126bab4 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sun, 18 Sep 2016 12:04:50 -0700 Subject: [PATCH] Small cleanup --- CodingStyle.cc | 1 - CodingStyle.h | 1 - 2 files changed, 2 deletions(-) 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.