Merge pull request #3016 from gebart/pr/tab-indentation

Inconsistent indentation in some files
This commit is contained in:
Peter Kietzmann 2015-05-18 15:45:15 +02:00
commit b3e78ddc33
26 changed files with 294 additions and 295 deletions

View File

@ -139,7 +139,7 @@
#endif #endif
#elif defined ( __CSMC__ ) /* Cosmic */ #elif defined ( __CSMC__ ) /* Cosmic */
#if ( __CSMC__ & 0x400) // FPU present for parser #if ( __CSMC__ & 0x400) /* FPU present for parser */
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
#endif #endif
#endif #endif

View File

@ -139,7 +139,7 @@
#endif #endif
#elif defined ( __CSMC__ ) /* Cosmic */ #elif defined ( __CSMC__ ) /* Cosmic */
#if ( __CSMC__ & 0x400) // FPU present for parser #if ( __CSMC__ & 0x400) /* FPU present for parser */
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
#endif #endif
#endif #endif

View File

@ -139,7 +139,7 @@
#endif #endif
#elif defined ( __CSMC__ ) /* Cosmic */ #elif defined ( __CSMC__ ) /* Cosmic */
#if ( __CSMC__ & 0x400) // FPU present for parser #if ( __CSMC__ & 0x400) /* FPU present for parser */
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
#endif #endif
#endif #endif

View File

@ -172,7 +172,7 @@
#endif #endif
#elif defined ( __CSMC__ ) /* Cosmic */ #elif defined ( __CSMC__ ) /* Cosmic */
#if ( __CSMC__ & 0x400) // FPU present for parser #if ( __CSMC__ & 0x400) /* FPU present for parser */
#if (__FPU_PRESENT == 1) #if (__FPU_PRESENT == 1)
#define __FPU_USED 1 #define __FPU_USED 1
#else #else

View File

@ -1,7 +1,6 @@
/* vim: set syntax=rpcgen : */ /* vim: set syntax=rpcgen : */
/* Script for -z combreloc: combine and sort reloc sections */ /* Script for -z combreloc: combine and sort reloc sections */
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
"elf32-littlearm")
OUTPUT_ARCH(arm) OUTPUT_ARCH(arm)
ENTRY(_startup) ENTRY(_startup)