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/include/usb/hid/hidpath.h

    rb2aaaa0 r09ab0a9a  
    4141#include <adt/list.h>
    4242
    43 
    44 
    4543/*
    4644 * Flags of usage paths comparison modes.
     
    7472#define USB_HID_PATH_COMPARE_ANYWHERE           8
    7573
    76 
    7774/**
    7875 * Item of usage path structure. Last item of linked list describes one item
     
    9390} usb_hid_report_usage_path_t;
    9491
    95 
    96 
    9792/**
    9893 * USB HID usage path structure.
     
    112107        list_t items;   /* of usb_hid_report_usage_path_t */
    113108} usb_hid_report_path_t;
    114 
    115109
    116110usb_hid_report_path_t *usb_hid_report_path(void);
Note: See TracChangeset for help on using the changeset viewer.