package com.google.android.gms.internal.ads;

/* JADX INFO: loaded from: classes2.dex */
public final class k92 {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final k92 f13184d = new k92("", "", false);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f13185a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f13186b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final boolean f13187c;

    static {
        new k92("\n", "  ", true);
    }

    public k92(String str, String str2, boolean z10) {
        if (!str.matches("[\r\n]*")) {
            throw new IllegalArgumentException("Only combinations of \\n and \\r are allowed in newline.");
        }
        if (!str2.matches("[ \t]*")) {
            throw new IllegalArgumentException("Only combinations of spaces and tabs are allowed in indent.");
        }
        this.f13185a = str;
        this.f13186b = str2;
        this.f13187c = z10;
    }
}
