From cb3469cf514b901c8745ddef6383f5981d383f02 Mon Sep 17 00:00:00 2001 From: Cary R Date: Sat, 9 May 2020 23:07:58 -0700 Subject: [PATCH] Fix space issue --- vpi_modules.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vpi_modules.cc b/vpi_modules.cc index 96eeef4a3..c8d99c9ac 100644 --- a/vpi_modules.cc +++ b/vpi_modules.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Martin Whitaker (icarus@martin-whitaker.me.uk) + * Copyright (c) 2019-2020 Martin Whitaker (icarus@martin-whitaker.me.uk) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU @@ -93,7 +93,7 @@ PLI_INT32 vpi_vprintf(const char*, va_list) { return 0; } PLI_INT32 vpi_chk_error(p_vpi_error_info) { return 0; } PLI_INT32 vpi_compare_objects(vpiHandle, vpiHandle) { return 0; } PLI_INT32 vpi_free_object(vpiHandle) { return 0; } -PLI_INT32 vpi_get_vlog_info(p_vpi_vlog_info info) +PLI_INT32 vpi_get_vlog_info(p_vpi_vlog_info info) { info->argc = 0; info->argv = 0;