Changeset 61042de in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c


Ignore:
Timestamp:
2017-03-18T20:58:08Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
61600e7
Parents:
b7f69f2
Message:

Cstyle and clutter removal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs_ops.c

    rb7f69f2 r61042de  
    5454#include <libfs.h>
    5555
    56 #define min(a, b)               ((a) < (b) ? (a) : (b))
    57 #define max(a, b)               ((a) > (b) ? (a) : (b))
    58 
    5956/** All root nodes have index 0. */
    6057#define TMPFS_SOME_ROOT         0
Note: See TracChangeset for help on using the changeset viewer.