Skip to content

Commit

Permalink
Fix indent in Java program
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Nov 26, 2023
1 parent cc23591 commit e06c7d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lni-paper-example-de.tex
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ \subsection{Programmcode}

\begin{lstlisting}[caption={Ein Java-Programm}, label=java-hello-world, language=Java]
public class Hello {
public static void main (String[] args) {
System.out.println("Hello World!");
}
public static void main (String[] args) {
System.out.println("Hello World!");
}
}
\end{lstlisting}

Expand Down
6 changes: 3 additions & 3 deletions lni.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -3294,9 +3294,9 @@ Alternativ kann auch die \texttt{lstlisting}-Umgebung verwendet werden.
\begin{lstlisting}[caption={Ein Java-Programm}, label=java-hello-world, language=Java]
public class Hello {
public static void main (String[] args) {
System.out.println("Hello World!");
}
public static void main (String[] args) {
System.out.println("Hello World!");
}
}
\end{lstlisting}
Expand Down

0 comments on commit e06c7d7

Please sign in to comment.