Consistency nits and spelling (#8642)

automerge
This commit is contained in:
Grimes
2020-03-04 16:26:32 -08:00
committed by GitHub
parent b70d195473
commit fc409d9262
11 changed files with 4 additions and 12 deletions

View File

@ -3,7 +3,6 @@
*
* Counts Armstrong Numbers between 1 and x
*/
#include <solana_sdk.h>
extern uint64_t entrypoint(const uint8_t *input) {

View File

@ -3,7 +3,6 @@
* passed to it
*/
#include <solana_sdk.h>
#include "helper.h"
extern uint64_t entrypoint(const uint8_t *input) {

View File

@ -3,7 +3,6 @@
* passed to it
*/
#include <solana_sdk.h>
#include "helper.h"
void helper_function(void) {

View File

@ -2,7 +2,6 @@
* @brief Example C-based BPF program that moves funds from one account to
* another
*/
#include <solana_sdk.h>
/**

View File

@ -1,7 +1,6 @@
/**
* @brief test program that generates BPF PC relative call instructions
*/
#include <solana_sdk.h>
void __attribute__ ((noinline)) helper() {