I have the following problem.
lstlisting seems to add an extra space before and after the code.
Is there a way to remove it ?
I would like to remove the blank spaces before and after the code : "MATCH (n... "
\lstset{language=C, basicstyle=\small, breaklines=true, aboveskip=0pt,belowskip=0pt} \begin {table}[!h] \noindent \begin{tabular}{|c || p{14 cm}|} \hline \bf Plateforme & \bf Code \\ \hline \hline Neo4J & \begin{lstlisting} MATCH (n {name: 1}) return n \end{lstlisting} \\ \hline Titan & Code B \\ \hline \end{tabular} \end {table} 
