mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Fixed mixed tabs and spaces in contrib/powerpc/linux_aux.c
This commit is contained in:
@@ -10,9 +10,7 @@
|
|||||||
* STATUS: COMPILED
|
* STATUS: COMPILED
|
||||||
* BUG REPORTS: png-mng-implement@sourceforge.net
|
* BUG REPORTS: png-mng-implement@sourceforge.net
|
||||||
*
|
*
|
||||||
* png_have_vsx implemented for Linux by reading the widely available
|
* png_have_vsx implemented for Linux by using the auxiliary vector mechanism.
|
||||||
* pseudo-file /proc/cpuinfo. Result is cached so if function will be called
|
|
||||||
* multiple times only one reading is perfomed.
|
|
||||||
*
|
*
|
||||||
* This code is strict ANSI-C and is probably moderately portable; it does
|
* This code is strict ANSI-C and is probably moderately portable; it does
|
||||||
* however use <stdio.h> and it assumes that /proc/cpuinfo is never localized.
|
* however use <stdio.h> and it assumes that /proc/cpuinfo is never localized.
|
||||||
@@ -30,3 +28,4 @@ png_have_vsx(png_structp png_ptr)
|
|||||||
else
|
else
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user