Skip to content

Commit 54c765e

Browse files
committed
Remove pesky trailing whitespace
1 parent 5814f7c commit 54c765e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

saxbospiral/saxbospiral.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ typedef enum diagnostic_t {
5656
// struct for storing generic diagnostics about function failure reasons
5757
typedef struct status_t {
5858
debug_t location; // for storing location of error
59-
diagnostic_t diagnostic; // for storing error information (if any)
59+
diagnostic_t diagnostic; // for storing error information (if any)
6060
} status_t;
6161

6262
// type for representing a cartesian direction
@@ -79,7 +79,7 @@ typedef int8_t rotation_t;
7979
typedef uint32_t length_t;
8080

8181
/*
82-
* struct for representing one line segment in the spiral structure, including
82+
* struct for representing one line segment in the spiral structure, including
8383
* the direction of the line and it's length (initially set to 0)
8484
* the whole struct uses bitfields to occupy 32 bits of memory
8585
*/

0 commit comments

Comments
 (0)