Changeset 09ab0a9a in mainline for uspace/lib/usbhid/src/hidpath.c


Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/src/hidpath.c

    rb2aaaa0 r09ab0a9a  
    4141#include <assert.h>
    4242
    43 
    4443/**
    4544 * Compares two usages if they are same or not or one of the usages is not
     
    6261#define USB_HID_SAME_USAGE_PAGE(page1, page2)   \
    6362        ((page1 == page2) || (page1 == 0) || (page2 == 0))
    64 
    6563
    6664/**
     
    9290        return EOK;
    9391}
    94 
    9592
    9693/**
     
    114111}
    115112
    116 
    117113/**
    118114 * Nulls last item of the usage path structure.
     
    132128        }
    133129}
    134 
    135130
    136131/**
     
    350345}
    351346
    352 
    353347/**
    354348 * Releases given usage path structure.
     
    369363}
    370364
    371 
    372365/**
    373366 * Clone content of given usage path to the new one
     
    413406}
    414407
    415 
    416408/**
    417409 * Sets report id in usage path structure
Note: See TracChangeset for help on using the changeset viewer.