summaryrefslogtreecommitdiff
path: root/host/include
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2018-08-02 16:21:17 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-08-03 01:31:21 -0700
commit9ad8a41b8cedef9ac1f0513992ce6958eb86c257 (patch)
tree2a1fe0e028829dc579840dce386047ce661ac6d3 /host/include
parentc239374ac3e1af342c10f4f3244bc98d76c2413a (diff)
downloadvboot-9ad8a41b8cedef9ac1f0513992ce6958eb86c257.tar.gz
vboot: bulk fix tabs and spacing inconsistency
Problem files were found with: find . -name '*.c' -o -name '*.h' | xargs grep '^ [^*]' and edited manually. Ignores utility/ and cgpt/, since they seem to globally adhere to a two-space tab convention. BUG=None TEST=make clean runtests TEST=emerge vboot_reference depthcharge Change-Id: I5a678484a119c8f1911f717e1968bdb4f1a0810f Reviewed-on: https://chromium-review.googlesource.com/1160131 Commit-Ready: Joel Kitching <kitching@chromium.org> Tested-by: Joel Kitching <kitching@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'host/include')
-rw-r--r--host/include/cgpt_params.h2
-rw-r--r--host/include/crossystem.h2
-rw-r--r--host/include/vboot_host.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/host/include/cgpt_params.h b/host/include/cgpt_params.h
index 431443b9..7c4a4b29 100644
--- a/host/include/cgpt_params.h
+++ b/host/include/cgpt_params.h
@@ -85,7 +85,7 @@ typedef struct CgptPrioritizeParams {
struct CgptFindParams;
typedef void (*CgptFindShowFn)(struct CgptFindParams *params, char *filename,
- int partnum, GptEntry *entry);
+ int partnum, GptEntry *entry);
typedef struct CgptFindParams {
char *drive_name;
uint64_t drive_size;
diff --git a/host/include/crossystem.h b/host/include/crossystem.h
index 25b9cc0b..42b1b040 100644
--- a/host/include/crossystem.h
+++ b/host/include/crossystem.h
@@ -30,7 +30,7 @@ int VbGetSystemPropertyInt(const char* name);
*
* Returns the passed buffer, or NULL if error. */
const char* VbGetSystemPropertyString(const char* name, char* dest,
- size_t size);
+ size_t size);
/* Sets a system property integer.
*
diff --git a/host/include/vboot_host.h b/host/include/vboot_host.h
index 4b5db67e..9ebe4040 100644
--- a/host/include/vboot_host.h
+++ b/host/include/vboot_host.h
@@ -55,7 +55,7 @@ int GuidIsZero(const Guid *guid);
/* Returns a new copy of the kernel cmdline. The caller must free it. */
char *FindKernelConfig(const char *filename,
- uint64_t kernel_body_load_address);
+ uint64_t kernel_body_load_address);
/****************************************************************************/
/* Kernel partition */