Skip to content

Commit

Permalink
Project-wide consistent naming for #include guards.
Browse files Browse the repository at this point in the history
Document the naming scheme in HACKING.
  • Loading branch information
uwehermann committed Feb 5, 2012
1 parent 1e0f763 commit 60e1973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigrok-cli.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef SIGROK_SIGROK_CLI_H
#define SIGROK_SIGROK_CLI_H
#ifndef SIGROK_CLI_SIGROK_CLI_H
#define SIGROK_CLI_SIGROK_CLI_H

/* sigrok-cli.c */
int num_real_devices(void);
Expand Down

0 comments on commit 60e1973

Please sign in to comment.