Changeset 7848656 in buchla-68k for misc/proto.c


Ignore:
Timestamp:
07/09/2017 05:04:43 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
9519422
Parents:
bc11fc1
Message:

Spaces to tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/proto.c

    rbc11fc1 r7848656  
    250250
    251251void vsplot4(uint16_t *obase, uint16_t nw, uint16_t fg, uint16_t row, uint16_t col, int8_t *str,
    252              uint16_t pitch, uint16_t ht, int16_t cgtab[][256])
     252             uint16_t pitch, uint16_t ht, int16_t cgtab[][256])
    253253{
    254254}
    255255
    256256void vvputsv(uint16_t *obase, uint16_t nw, uint16_t fg, uint16_t bg, uint16_t row, uint16_t col,
    257              int8_t *str, uint16_t pitch, uint16_t ht, int16_t cgtab[][256])
     257             int8_t *str, uint16_t pitch, uint16_t ht, int16_t cgtab[][256])
    258258{
    259259}
Note: See TracChangeset for help on using the changeset viewer.