Skip to content

Commit

Permalink
Remove trailing spaces from cc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
j123b567 committed Sep 5, 2018
1 parent bb01da2 commit da2dd80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libscpi/inc/scpi/cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extern "C" {
#define HAVE_SNPRINTF 1
#endif

#if (defined _POSIX_C_SOURCE && _POSIX_C_SOURCE >= 200112L)
#if (defined _POSIX_C_SOURCE && _POSIX_C_SOURCE >= 200112L)
#define HAVE_STRNCASECMP 1
#endif

Expand Down Expand Up @@ -195,7 +195,7 @@ extern "C" {
#endif

#ifndef HAVE_DTOSTRE
#define HAVE_DTOSTRE 0
#define HAVE_DTOSTRE 0
#endif

#ifdef __cplusplus
Expand Down

0 comments on commit da2dd80

Please sign in to comment.