Changeset 6453e306 in mainline for uspace/app/hdisk/hdisk.h


Ignore:
Timestamp:
2013-12-25T16:09:43Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ac36aed
Parents:
d51beba3
Message:

basic code review and coding style cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hdisk/hdisk.h

    rd51beba3 r6453e306  
    11/*
    2  * Copyright (c) 2012, 2013 Dominik Taborsky
     2 * Copyright (c) 2012-2013 Dominik Taborsky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29  /** @addtogroup hdisk
     29/** @addtogroup hdisk
    3030 * @{
    3131 */
    3232/** @file
    3333 */
     34
     35#ifndef __HDISK_H__
     36#define __HDISK_H__
    3437
    3538#include "common.h"
     
    3841        label.layout = LYT_NONE
    3942
     43#endif
Note: See TracChangeset for help on using the changeset viewer.