]> git.lyx.org Git - lyx.git/blobdiff - development/tools/scgen.pl
Check if we are on column 0 for special case
[lyx.git] / development / tools / scgen.pl
index 5c990573f3f38b45d8389d1de439fc995a9f19af..fc7932e75be9780fa3174770e752ec0a59eb4825 100644 (file)
@@ -22,7 +22,7 @@
 % together.
 %
 % The labels are supposed to be entered at "LABELS" below,
-% and you get one solution (hopefully) with "go.". 
+% and you get one solution (hopefully) with "go.".
 % If there are no solutions, the Prolog-interpretator will reply with a
 % "No."
 %
@@ -78,7 +78,7 @@ uppercase(L,U):-
 possible_char(_/Label,Char):-
   member(Char,Label).          % the character is part of the label
 
-% prepare_labels/2: Prepares all labels. Constructs a new list of pairs 
+% prepare_labels/2: Prepares all labels. Constructs a new list of pairs
 % where the original string is coupled with the prepared string.
 prepare_labels([], []).
 prepare_labels([H1|T1], [H1/H2|T2]):-