1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:57:45 +00:00

LibPDF: Consistently asciibetize CommonNames.h

The file wasn't quite decided if it wanted to sort by ascii value
or by case folding. Now it uses ascii value, thanks to vim's
`:'<,'>sort`.

No behavior change.
This commit is contained in:
Nico Weber 2023-11-17 14:53:32 -05:00 committed by Sam Atkins
parent 29396415d5
commit bd7ae7f91e

View file

@ -11,9 +11,9 @@
#define ENUMERATE_COMMON_NAMES(X) \ #define ENUMERATE_COMMON_NAMES(X) \
X(A) \ X(A) \
X(AIS) \ X(AIS) \
X(Alternate) \
X(ASCII85Decode) \ X(ASCII85Decode) \
X(ASCIIHexDecode) \ X(ASCIIHexDecode) \
X(Alternate) \
X(Author) \ X(Author) \
X(BG) \ X(BG) \
X(BG2) \ X(BG2) \
@ -31,15 +31,15 @@
X(CCITTFaxDecode) \ X(CCITTFaxDecode) \
X(CF) \ X(CF) \
X(CFM) \ X(CFM) \
X(CalGray) \
X(CalRGB) \
X(CIDFontType0) \ X(CIDFontType0) \
X(CIDFontType2) \ X(CIDFontType2) \
X(CIDSystemInfo) \ X(CIDSystemInfo) \
X(CIDToGIDMap) \ X(CIDToGIDMap) \
X(CalGray) \
X(CalRGB) \
X(CharProcs) \ X(CharProcs) \
X(Colors) \
X(ColorSpace) \ X(ColorSpace) \
X(Colors) \
X(Columns) \ X(Columns) \
X(Contents) \ X(Contents) \
X(Count) \ X(Count) \
@ -48,10 +48,10 @@
X(CropBox) \ X(CropBox) \
X(Crypt) \ X(Crypt) \
X(D) \ X(D) \
X(DW) \
X(DCTDecode) \ X(DCTDecode) \
X(DecodeParms) \ X(DW) \
X(Decode) \ X(Decode) \
X(DecodeParms) \
X(DescendantFonts) \ X(DescendantFonts) \
X(Dest) \ X(Dest) \
X(Dests) \ X(Dests) \
@ -92,9 +92,9 @@
X(Functions) \ X(Functions) \
X(Gamma) \ X(Gamma) \
X(H) \ X(H) \
X(Height) \
X(HT) \ X(HT) \
X(HTO) \ X(HTO) \
X(Height) \
X(ICCBased) \ X(ICCBased) \
X(ID) \ X(ID) \
X(Image) \ X(Image) \
@ -172,8 +172,8 @@
X(Type) \ X(Type) \
X(Type1C) \ X(Type1C) \
X(U) \ X(U) \
X(UE) \
X(UCR) \ X(UCR) \
X(UE) \
X(UseBlackPTComp) \ X(UseBlackPTComp) \
X(UserUnit) \ X(UserUnit) \
X(V) \ X(V) \