From 60ab550a952c3d9719b2a91ec90c9b58769f6717 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Wed, 14 Oct 2015 15:07:48 +0200 Subject: bug 17392: remove trailing whitespace in source files --- cparser/Cabshelper.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cparser/Cabshelper.ml') diff --git a/cparser/Cabshelper.ml b/cparser/Cabshelper.ml index 5e6a19d0..890679b4 100644 --- a/cparser/Cabshelper.ml +++ b/cparser/Cabshelper.ml @@ -16,8 +16,8 @@ open Cabs -let cabslu = {lineno = -10; - filename = "cabs loc unknown"; +let cabslu = {lineno = -10; + filename = "cabs loc unknown"; byteno = -10; ident = 0} -- cgit