Browse Source

cbindgen does not produce deterministic header files (#261)

Jack May 5 years ago
parent
commit
7b000f25c5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      program/inc/token.h
  2. 1 1
      program/src/instruction.rs

+ 1 - 1
program/inc/token.h

@@ -43,7 +43,7 @@ typedef enum Token_TokenInstruction_Tag {
      *   1.
      *      * If supply is non-zero: `[writable]` The account to hold all the newly minted tokens.
      *      * If supply is zero: `[]` The owner/multisignature of the mint.
-     *   2. `[]` (optional) The owner/multisignature of the mint if supply is non-zero, if
+     *   2. `[]`  (optional) The owner/multisignature of the mint if supply is non-zero, if
      *                      present then further minting is supported.
      *
      */

+ 1 - 1
program/src/instruction.rs

@@ -29,7 +29,7 @@ pub enum TokenInstruction {
     ///   1.
     ///      * If supply is non-zero: `[writable]` The account to hold all the newly minted tokens.
     ///      * If supply is zero: `[]` The owner/multisignature of the mint.
-    ///   2. `[]` (optional) The owner/multisignature of the mint if supply is non-zero, if
+    ///   2. `[]`  (optional) The owner/multisignature of the mint if supply is non-zero, if
     ///                      present then further minting is supported.
     ///
     InitializeMint {