Changeset 9519422 in buchla-68k for ram/enterit.c


Ignore:
Timestamp:
07/09/2017 05:08:52 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
d10dbee
Parents:
7848656
Message:

Strip trailing tabs and spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/enterit.c

    r7848656 r9519422  
    7878/*
    7979   =============================================================================
    80         enterit() -- standard data entry (ENTER) function 
     80        enterit() -- standard data entry (ENTER) function
    8181   =============================================================================
    8282*/
     
    587587        else if (cxval < 0)
    588588                cxval = 0;
    589                                
     589
    590590        return;
    591591}
Note: See TracChangeset for help on using the changeset viewer.