globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / evoral / src / libsmf / smf_load.c
index eeedcc3da9c461341799243b207d4b8aa12d9b01..96b36fdbb51b129c912cc68775f3923ae59f526c 100644 (file)
@@ -612,7 +612,7 @@ error:
 /**
  * Takes "len" characters starting in "buf", making sure it does not access past the length of the buffer,
  * and makes ordinary, zero-terminated string from it.  May return NULL if there was any problem.
- */ 
+ */
 static char *
 make_string(const unsigned char *buf, const size_t buffer_length, uint32_t len)
 {