]> git.ozlabs.org Git - ccan/blobdiff - ccan/siphash/_info
ccanlint: enhance and streamline "output" testing lines.
[ccan] / ccan / siphash / _info
index e6d518aa40bf533edbfadfa9819ee28a3a494672..7aa317166d22dd3ec51bafc8dc8a7dd085a417f8 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * siphash - a keyed hash function
@@ -23,7 +23,7 @@
  * Returns one 64-bit word as the hash function result.
  *
  * Example:
- *     // Outputs "cf2794e0277187b7"
+ *     // Outputs cf2794e0277187b7
  *     #include <stdio.h>
  *     #include <ccan/siphash/siphash.h>
  *