aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/vmm_snapshot.h
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:16:54 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:16:54 +0000
commit543769bf83775641c1a7f3d3d86744c7e1f5af4e (patch)
tree2f485ed48979fbe438785d38474c42fc742a924f /sys/amd64/include/vmm_snapshot.h
parentdf94ce0f90e74d6710701012efc52a32f56d0ab4 (diff)
downloadsrc-543769bf83775641c1a7f3d3d86744c7e1f5af4e.tar.gz
src-543769bf83775641c1a7f3d3d86744c7e1f5af4e.zip
amd64: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365067
Diffstat (limited to 'sys/amd64/include/vmm_snapshot.h')
-rw-r--r--sys/amd64/include/vmm_snapshot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/vmm_snapshot.h b/sys/amd64/include/vmm_snapshot.h
index 6ba25a5dae2e..8d1ecc1db4b1 100644
--- a/sys/amd64/include/vmm_snapshot.h
+++ b/sys/amd64/include/vmm_snapshot.h
@@ -100,7 +100,6 @@ struct vm_snapshot_meta {
enum vm_snapshot_op op;
};
-
void vm_snapshot_buf_err(const char *bufname, const enum vm_snapshot_op op);
int vm_snapshot_buf(volatile void *data, size_t data_size,
struct vm_snapshot_meta *meta);