Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 2464 → Rev 2465

/trunk/uspace/libc/arch/arm32/include/limits.h
1,5 → 1,5
/*
* Copyright (c) 2006 Josef Cejka
* Copyright (c) 2007 Michal Kebrt
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
30,7 → 30,7
* @{
*/
/** @file
* @ingroup libcarm32
* @brief Limits declarations.
*/
 
#ifndef LIBC_arm32__LIMITS_H_