mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 12:55:47 +01:00
changed indentation to use spaces only
This commit is contained in:
@@ -273,7 +273,7 @@ WMCreateFontWithFlags(WMScreen *scrPtr, char *fontName, WMFontFlags flags)
|
||||
multiByte = False;
|
||||
}
|
||||
|
||||
} else if (multiByte) {
|
||||
if (multiByte) {
|
||||
font = WMCreateFontSet(scrPtr, fontName);
|
||||
} else {
|
||||
font = WMCreateNormalFont(scrPtr, fontName);
|
||||
|
||||
Reference in New Issue
Block a user