diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-28 15:48:04 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-04 09:12:44 +0000 |
commit | 0d8f1dac9e505eb3b0c8c4b58c06398cf465fdc4 (patch) | |
tree | ebf1677450e9d2346ef41524e9c4b3a32ef1b9ab /src/drivers/xgi/common/vstruct.h | |
parent | 5bd5a9ae01e8bc2561e30c17448f9eae86831901 (diff) |
src/drivers: Get rid of whitespace before tab
Change-Id: Ia9ca055679c0332613afb2bb2ed86df165de3baf
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26649
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/drivers/xgi/common/vstruct.h')
-rw-r--r-- | src/drivers/xgi/common/vstruct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/xgi/common/vstruct.h b/src/drivers/xgi/common/vstruct.h index d14a18292a..3e530a2431 100644 --- a/src/drivers/xgi/common/vstruct.h +++ b/src/drivers/xgi/common/vstruct.h @@ -42,7 +42,7 @@ * * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Author: Thomas Winischhofer <thomas@winischhofer.net> + * Author: Thomas Winischhofer <thomas@winischhofer.net> * */ @@ -230,7 +230,7 @@ struct SiS_Private unsigned char ChipType; unsigned char ChipRevision; void *ivideo; - unsigned char *VirtualRomBase; + unsigned char *VirtualRomBase; bool UseROM; unsigned char SISIOMEMTYPE *VideoMemoryAddress; unsigned int VideoMemorySize; |